mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
First naive implementation of TriangleMesh convex hull calculation
This commit is contained in:
parent
705ccbe331
commit
a06b6716ea
2 changed files with 49 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue