Added convexValue()

master
Marius Kintel 2015-01-05 17:38:42 -05:00
parent 5a2b89981c
commit 26f8742023
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public:
void resize(Vector3d newsize, const Eigen::Matrix<bool,3,1> &autosize);
bool is_convex() const;
boost::tribool convexValue() const { return this->convex; }
private:
Polygon2d polygon;