mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 09:32:50 +00:00
Incomplete work for using Boost.Polygon to compute medial axis
This commit is contained in:
@@ -14,6 +14,7 @@ class ExPolygon
|
||||
public:
|
||||
Polygon contour;
|
||||
Polygons holes;
|
||||
operator Points() const;
|
||||
operator Polygons() const;
|
||||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
@@ -25,6 +26,7 @@ class ExPolygon
|
||||
Polygons simplify_p(double tolerance) const;
|
||||
ExPolygons simplify(double tolerance) const;
|
||||
void simplify(double tolerance, ExPolygons &expolygons) const;
|
||||
void medial_axis(Polylines* polylines) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* poly_sv);
|
||||
|
||||
Reference in New Issue
Block a user