mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-25 17:05:02 +00:00
7916b1ddb8
If we are checking a point that is inline with multiple segments, we were counting both the entry and exit as crossings, leading to points inside a polygon being registered as outside. Changing the conditional to only catch one crossing as required. Adds a QA check to ensure that this remains fixed Fixes https://gitlab.com/kicad/code/kicad/-/issues/18377 |
||
---|---|---|
.. | ||
fixtures_geometry.h | ||
geom_test_utils.cpp | ||
geom_test_utils.h | ||
test_chamfer.cpp | ||
test_circle.cpp | ||
test_distribute.cpp | ||
test_dogbone.cpp | ||
test_eda_angle.cpp | ||
test_ellipse_to_bezier.cpp | ||
test_fillet.cpp | ||
test_half_line.cpp | ||
test_oval.cpp | ||
test_segment.cpp | ||
test_shape_arc.cpp | ||
test_shape_compound_collision.cpp | ||
test_shape_line_chain_collision.cpp | ||
test_shape_line_chain.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 | ||
test_shape_poly_set.cpp | ||
test_vector_utils.cpp |