Finished --cut implementation

This commit is contained in:
Alessandro Ranellucci 2014-04-25 12:40:21 +02:00
parent fe1691c151
commit 4f5d9ca795
8 changed files with 2009 additions and 10 deletions

View file

@ -30,6 +30,7 @@ class ExPolygon
void get_trapezoids(Polygons* polygons) const;
void get_trapezoids(Polygons* polygons, double angle) const;
void triangulate(Polygons* polygons) const;
void triangulate2(Polygons* polygons) const;
#ifdef SLIC3RXS
void from_SV(SV* poly_sv);