mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Visivalingam simplification algorithm https://github.com/slic3r/Slic3r/pull/3825
thanks to @fuchstraumer
This commit is contained in:
@@ -81,6 +81,7 @@ public:
|
||||
bool first_intersection(const Line& line, Point* intersection) const;
|
||||
|
||||
static Points _douglas_peucker(const Points &points, const double tolerance);
|
||||
static Points visivalingam(const Points& pts, const double& tolerance);
|
||||
};
|
||||
|
||||
class MultiPoint3
|
||||
|
||||
Reference in New Issue
Block a user