mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
New Polygon::triangulate_convex() method
This commit is contained in:
parent
ca4d4211c9
commit
bb0ce3cccd
4 changed files with 34 additions and 1 deletions
|
|
@ -36,6 +36,8 @@
|
|||
bool contains_point(Point* point)
|
||||
%code{% RETVAL = THIS->contains_point(*point); %};
|
||||
Polygons simplify(double tolerance);
|
||||
Polygons triangulate_convex()
|
||||
%code{% THIS->triangulate_convex(&RETVAL); %};
|
||||
%{
|
||||
|
||||
Polygon*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue