mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Incomplete work for porting simplify() to XS
This commit is contained in:
@@ -15,6 +15,7 @@ class ExPolygonCollection
|
||||
void translate(double x, double y);
|
||||
void rotate(double angle, Point* center);
|
||||
bool contains_point(const Point* point) const;
|
||||
void simplify(double tolerance);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user