mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Ported intersect_expolygons() and subtract_expolygons() to XS
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
void rotate(double angle, Point* center);
|
||||
int count()
|
||||
%code{% RETVAL = THIS->expolygons.size(); %};
|
||||
bool contains_point(Point* point);
|
||||
%{
|
||||
|
||||
ExPolygonCollection*
|
||||
|
||||
Reference in New Issue
Block a user