mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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