Fast convex polygon intersection test with rotating calipers

This commit is contained in:
tamasmeszaros 2021-09-30 15:49:12 +02:00
parent 66d4462724
commit 234f062ad4
4 changed files with 386 additions and 1 deletions

View file

@ -23,6 +23,7 @@ add_executable(${_TEST_NAME}_tests
test_png_io.cpp
test_timeutils.cpp
test_indexed_triangle_set.cpp
../libnest2d/printer_parts.cpp
)
if (TARGET OpenVDB::openvdb)