mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Removed ExPolygon::triangulate_pp() from Perl XS bindings and unit tests.
This commit is contained in:
@@ -31,14 +31,10 @@
|
||||
Polygons simplify_p(double tolerance);
|
||||
Polylines medial_axis(double max_width, double min_width)
|
||||
%code{% THIS->medial_axis(max_width, min_width, &RETVAL); %};
|
||||
Polygons get_trapezoids(double angle)
|
||||
%code{% THIS->get_trapezoids(&RETVAL, angle); %};
|
||||
Polygons get_trapezoids2(double angle)
|
||||
%code{% THIS->get_trapezoids2(&RETVAL, angle); %};
|
||||
Polygons triangulate()
|
||||
%code{% THIS->triangulate(&RETVAL); %};
|
||||
Polygons triangulate_pp()
|
||||
%code{% THIS->triangulate_pp(&RETVAL); %};
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
||||
Reference in New Issue
Block a user