mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
New TriangleMesh::convex_hull()
This commit is contained in:
parent
a29eeb7789
commit
9cf138574c
4 changed files with 27 additions and 2 deletions
|
@ -33,6 +33,7 @@ class TriangleMesh
|
|||
TriangleMeshPtrs split() const;
|
||||
void merge(const TriangleMesh* mesh);
|
||||
void horizontal_projection(ExPolygons &retval) const;
|
||||
void convex_hull(Polygon &hull);
|
||||
stl_file stl;
|
||||
bool repaired;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue