9be4bf0d14
The clearance between two zones could be rather slow. This was in part
to trying to do triangle-triangle collisions between zones when we only
need outline collision and in part to the shape_line_chain collision
routine. The shape_line_chain collisions don't need to recreate
segments on each iteration and should instead create them once and using
this to check all collisions
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17327
(cherry picked from commit
|
||
---|---|---|
.. | ||
fixtures_geometry.h | ||
geom_test_utils.h | ||
test_chamfer.cpp | ||
test_circle.cpp | ||
test_eda_angle.cpp | ||
test_ellipse_to_bezier.cpp | ||
test_fillet.cpp | ||
test_oval.cpp | ||
test_segment.cpp | ||
test_shape_arc.cpp | ||
test_shape_compound_collision.cpp | ||
test_shape_line_chain.cpp | ||
test_shape_line_chain_collision.cpp | ||
test_shape_poly_set.cpp | ||
test_shape_poly_set_arcs.cpp | ||
test_shape_poly_set_collision.cpp | ||
test_shape_poly_set_distance.cpp | ||
test_shape_poly_set_iterator.cpp |