PrusaSlicer-NonPlainar/tests/libslic3r
Lukáš Hejl 9ed97abdb0 Fix of #10034 (SPE-1608): Fixed crash inside Arachne caused by degenerated Voronoi diagram.
Boost Voronoi diagram produced degenerated Voronoi diagram. This Voronoi diagram was detected by our method for detection of those types of degeneration. But rotation by PI / 6 wasn't able to fix it.
So now, when the Voronoi diagram is still degenerated after the first rotation, then we try another rotation by different angles to fix the degenerated Voronoi diagram.
2023-03-29 14:38:22 +02:00
..
CMakeLists.txt WIP "ensure verticall wall thickness" rework: 2022-12-20 09:09:10 +01:00
libslic3r_tests.cpp
test_3mf.cpp
test_aabbindirect.cpp Merge branch 'master' into fs_emboss 2022-10-05 15:14:54 +02:00
test_arachne.cpp Fix of #10034 (SPE-1608): Fixed crash inside Arachne caused by degenerated Voronoi diagram. 2023-03-29 14:38:22 +02:00
test_astar.cpp
test_clipper_offset.cpp
test_clipper_utils.cpp Fixed unit tests. 2022-09-29 14:19:39 +02:00
test_color.cpp Tech ENABLE_RAYCAST_PICKING set as default 2022-12-05 10:24:30 +01:00
test_config.cpp
test_curve_fitting.cpp
test_cut_surface.cpp Projection text for cut surface is made with double preccission 2022-10-12 16:17:38 +02:00
test_elephant_foot_compensation.cpp
test_emboss.cpp Fix of Build failed with CGAL 5.5: UserVisitor’ {aka ‘struct priv::Visitor’} 2023-03-03 13:07:41 +01:00
test_expolygon.cpp Fixed ExPolygon::overlaps(), which was not commutative. 2022-11-15 15:32:16 +01:00
test_geometry.cpp Fixed issue with Euler angles: 2022-09-23 13:23:40 +02:00
test_hollowing.cpp
test_indexed_triangle_set.cpp
test_jump_point_search.cpp Pm jps path finding (#8) 2022-11-09 13:33:58 +01:00
test_kdtreeindirect.cpp
test_marchingsquares.cpp
test_meshboolean.cpp
test_mutable_polygon.cpp
test_mutable_priority_queue.cpp
test_optimizers.cpp
test_placeholder_parser.cpp PlaceholderParser: changed the syntax of if inside a {} block to 2023-03-27 15:36:14 +02:00
test_png_io.cpp
test_polygon.cpp Removed polygon simplification "hole in square" unit test, 2023-01-04 13:38:59 +01:00
test_polyline.cpp
test_quadric_edge_collapse.cpp
test_region_expansion.cpp WIP Reworking of "ensure vertical wall thickness". 2023-01-02 13:19:27 +01:00
test_stl.cpp
test_surface_mesh.cpp Added some unit tests (SurfaceMesh) 2022-10-12 08:40:34 +02:00
test_timeutils.cpp
test_triangulation.cpp Better healing for Glyph shape - remove duplicit points + self intersections 2022-08-25 13:28:10 +02:00
test_utils.cpp Optimization of GCodeViewer vertex buffer generator: 2022-08-18 13:32:30 +02:00
test_voronoi.cpp Improvements in performance of Medial Axis algorithm. 2022-11-16 12:03:31 +01:00