mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
New ExPolygon::triangulate() method
This commit is contained in:
parent
bb0ce3cccd
commit
37c7b958d4
5 changed files with 26 additions and 3 deletions
|
@ -31,6 +31,8 @@
|
|||
%code{% THIS->medial_axis(max_width, min_width, &RETVAL); %};
|
||||
Polygons get_trapezoids(double angle)
|
||||
%code{% THIS->get_trapezoids(&RETVAL, angle); %};
|
||||
Polygons triangulate()
|
||||
%code{% THIS->triangulate(&RETVAL); %};
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue