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 use vsnprintf instead of snprintf in string_printf function 2020-02-03 16:00:53 +01:00
test_3mf.cpp Fixed 3mf unit tests to pass on ARM 64bit 2021-12-06 14:20:52 +01:00
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 64bit coord_t 2020-03-25 14:35:41 +01:00
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 Follow-up of 6201dad245 - Fixed test_color.cpp 2022-01-14 08:26:13 +01:00
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 Removing offset2 from Perl bindings and other minor cleanup. 2021-05-06 14:29:20 +02:00
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 Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
test_indexed_triangle_set.cpp Fixing clang compiler warnings 2021-11-30 10:50:27 +01:00
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 Remove SimplifyMesh 2021-11-02 14:23:49 +01:00
test_mutable_polygon.cpp Fixing some compilation warnings 2021-03-15 10:36:03 +01:00
test_mutable_priority_queue.cpp fix initialization type 2022-05-09 17:02:55 +02:00
test_optimizers.cpp fixing optimizer and concurrency::reduce 2020-09-10 14:03:30 +02:00
test_placeholder_parser.cpp PlaceholderParser: implemented round(), digits() and zdigits() macros. 2021-10-29 13:36:26 +02:00
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 of importing non-standard ASCII STL (broken normals, junk 2019-10-18 14:42:03 +02:00
test_timeutils.cpp Added test for libcurl https handling disabled on build server. 2020-03-06 15:18:14 +01:00
test_voronoi.cpp Added a new test case for a missing Voronoi vertex. 2022-03-24 11:30:32 +01:00