PrusaSlicer-NonPlainar/tests/libslic3r
PavelMikus d0c08ec5c1 Feature: AABB tree for lines
Small refactoring of AABB tree distance query function, to allow different primitives (apart from triangles)
Implemented Distancer and functions to create AABB tree from lines and use closest point query
Added test for the AABBTree with lines
Added Benchmark comparing EdgeGrid with AABBTree on line contours (Inside AABBTree test file, disabled under compilation flag)
2022-05-12 12:55:10 +02:00
..
CMakeLists.txt Add astar algorithm 2022-05-11 12:06:07 +02:00
libslic3r_tests.cpp
test_3mf.cpp
test_aabbindirect.cpp Feature: AABB tree for lines 2022-05-12 12:55:10 +02:00
test_astar.cpp Add astar algorithm 2022-05-11 12:06:07 +02:00
test_clipper_offset.cpp
test_clipper_utils.cpp Ported "avoid crossing perimeters" and bridging unit tests from Perl 2022-05-04 18:21:08 +02:00
test_color.cpp
test_config.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_curve_fitting.cpp Refactoring of Curves.hpp for better memory management and vectorization 2022-04-25 12:42:51 +02:00
test_elephant_foot_compensation.cpp
test_geometry.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_hollowing.cpp
test_indexed_triangle_set.cpp
test_kdtreeindirect.cpp Extend kdtree with k-nearest and bounding box queries 2022-05-11 10:35:01 +02:00
test_marchingsquares.cpp WIP 2022-02-03 16:10:03 +01:00
test_meshboolean.cpp
test_mutable_polygon.cpp
test_mutable_priority_queue.cpp fix initialization type 2022-05-09 17:02:55 +02:00
test_optimizers.cpp
test_placeholder_parser.cpp
test_png_io.cpp WIP 2022-02-03 16:10:03 +01:00
test_polygon.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_polyline.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_stl.cpp
test_timeutils.cpp
test_voronoi.cpp Added a new test case for a missing Voronoi vertex. 2022-03-24 11:30:32 +01:00