mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Visivalingam simplification algorithm https://github.com/slic3r/Slic3r/pull/3825
thanks to @fuchstraumer
This commit is contained in:
parent
3caba66347
commit
d13dca906b
2 changed files with 121 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue