First naive implementation of TriangleMesh convex hull calculation

This commit is contained in:
Lukas Matena 2018-08-09 16:35:28 +02:00
parent 705ccbe331
commit a06b6716ea
2 changed files with 49 additions and 0 deletions

View file

@ -55,6 +55,7 @@ public:
ExPolygons horizontal_projection() const;
Polygon convex_hull();
BoundingBoxf3 bounding_box() const;
TriangleMesh convex_hull3d() const;
void reset_repair_stats();
bool needed_repair() const;
size_t facets_count() const;