mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
New Polygon::triangulate_convex() method
This commit is contained in:
parent
ca4d4211c9
commit
bb0ce3cccd
4 changed files with 34 additions and 1 deletions
|
@ -31,6 +31,7 @@ class Polygon : public MultiPoint {
|
|||
bool contains_point(const Point &point) const;
|
||||
Polygons simplify(double tolerance) const;
|
||||
void simplify(double tolerance, Polygons &polygons) const;
|
||||
void triangulate_convex(Polygons* polygons) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV_check(SV* poly_sv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue