mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Incomplete work for porting simplify() to XS
This commit is contained in:
@@ -125,6 +125,12 @@ Polygon::contains_point(const Point* point) const
|
||||
return result;
|
||||
}
|
||||
|
||||
Polygons
|
||||
Polygon::simplify(double tolerance) const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
SV*
|
||||
Polygon::to_SV_ref() {
|
||||
|
||||
Reference in New Issue
Block a user