X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=src%2Fmesh.h;fp=src%2Fmesh.h;h=141278139b64d3086234e08c66632233a6bca395;hp=e8a02f09a2c369b0788b90f7ca0ad97fd7166b18;hb=ff02a2cf9b32c9cbe26785150d32ccb251149cf4;hpb=0ff67c7a2411f6ebd661f293305d6401d07ec0b5 diff --git a/src/mesh.h b/src/mesh.h index e8a02f0..1412781 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -21,6 +21,8 @@ public: float ymax() const { return max(1); } float zmax() const { return max(2); } + bool empty() const; + private: std::vector vertices; std::vector indices;