1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

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
+1
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