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

@ -11,6 +11,7 @@ add_executable(${_TEST_NAME}_tests
test_geometry.cpp
test_placeholder_parser.cpp
test_polygon.cpp
test_mutable_polygon.cpp
test_stl.cpp
test_meshsimplify.cpp
test_meshboolean.cpp