WIP: MutablePolygon - linked list based polygon implementation

allowing rapid insertion and removal of points.
WIP: porting smooth_outward() from Cura.
This commit is contained in:
Vojtech Bubnik
2021-03-01 18:41:36 +01:00
parent 409849d238
commit 5276bd98d7
6 changed files with 632 additions and 5 deletions

View File

@@ -145,6 +145,8 @@ add_library(libslic3r STATIC
Point.hpp
Polygon.cpp
Polygon.hpp
MutablePolygon.cpp
MutablePolygon.hpp
PolygonTrimmer.cpp
PolygonTrimmer.hpp
Polyline.cpp