mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Recursive pruning. Some more unit tests
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
bool contains_point(Point* point);
|
||||
ExPolygons simplify(double tolerance);
|
||||
Polygons simplify_p(double tolerance);
|
||||
Polylines medial_axis(double width)
|
||||
%code{% THIS->medial_axis(width, &RETVAL); %};
|
||||
Polylines medial_axis(double max_width, double min_width)
|
||||
%code{% THIS->medial_axis(max_width, min_width, &RETVAL); %};
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
||||
Reference in New Issue
Block a user