mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Added a new Slic3r::Geometry::simplify_polygons() function
This commit is contained in:
@@ -147,6 +147,7 @@ Polygon::contains(const Point &point) const
|
||||
return result;
|
||||
}
|
||||
|
||||
// this only works on CCW polygons as CW will be ripped out by Clipper's simplify_polygons()
|
||||
Polygons
|
||||
Polygon::simplify(double tolerance) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user