mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Remove self-intersections before supplying polygon data to polyPartition and rename triangulate2() to triangulate_pp()
This commit is contained in:
parent
9734a40647
commit
60f640f100
7 changed files with 53 additions and 30 deletions
|
@ -36,8 +36,8 @@
|
|||
%code{% THIS->get_trapezoids2(&RETVAL, angle); %};
|
||||
Polygons triangulate()
|
||||
%code{% THIS->triangulate(&RETVAL); %};
|
||||
Polygons triangulate2()
|
||||
%code{% THIS->triangulate2(&RETVAL); %};
|
||||
Polygons triangulate_pp()
|
||||
%code{% THIS->triangulate_pp(&RETVAL); %};
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue