1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Removed more unused functions and fixed tests

This commit is contained in:
Alessandro Ranellucci
2013-11-22 16:19:15 +01:00
parent 132d170f73
commit a950fbe0c2
7 changed files with 20 additions and 208 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
Point* first_point()
%code{% const char* CLASS = "Slic3r::Point"; RETVAL = THIS->first_point(); %};
bool contains_point(Point* point);
void simplify(double tolerance);
Polygons simplify(double tolerance);
%{
Polygon*