X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=src%2Fmesh.h;h=141278139b64d3086234e08c66632233a6bca395;hp=e8a02f09a2c369b0788b90f7ca0ad97fd7166b18;hb=refs%2Ftags%2Fupstream%2F0.9.3;hpb=967d178c4343c689c728571bb10d5c94ab8d9d13 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;