1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

New Polygon::triangulate_convex() method

This commit is contained in:
Alessandro Ranellucci
2014-04-24 16:59:36 +02:00
parent ca4d4211c9
commit bb0ce3cccd
4 changed files with 34 additions and 1 deletions
+2
View File
@@ -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*