mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Incomplete work for using Boost.Polygon to compute medial axis
This commit is contained in:
@@ -17,6 +17,7 @@ class Polygon : public MultiPoint {
|
||||
operator Polygons() const;
|
||||
Point* last_point() const;
|
||||
Lines lines() const;
|
||||
void lines(Lines* lines) const;
|
||||
Polyline* split_at(const Point* point) const;
|
||||
Polyline* split_at_index(int index) const;
|
||||
Polyline* split_at_first_point() const;
|
||||
|
||||
Reference in New Issue
Block a user