mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Removed more unused functions and fixed tests
This commit is contained in:
parent
132d170f73
commit
a950fbe0c2
7 changed files with 20 additions and 208 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue