kicad/qa/tests/libs/kimath/geometry
John Beard 78c8de9b08 Fix oval pad snapping
Previously the snap points computed for oval pads didn't get all the
points correct. This breaks out the "find snap points for ovals"
into a function, reworks the logic, adds some tests.

Also adds "extremum points" when the oval isn't exactly H/V.

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15594
2023-09-06 21:33:45 +01:00
..
fixtures_geometry.h
geom_test_utils.h Fix oval pad snapping 2023-09-06 21:33:45 +01:00
test_chamfer.cpp ADDED: Move Corner To... and Move Midpoint To... 2023-08-05 16:43:55 +01:00
test_circle.cpp
test_eda_angle.cpp
test_ellipse_to_bezier.cpp
test_fillet.cpp
test_oval.cpp Fix oval pad snapping 2023-09-06 21:33:45 +01:00
test_segment.cpp
test_shape_arc.cpp
test_shape_compound_collision.cpp
test_shape_line_chain.cpp
test_shape_poly_set.cpp
test_shape_poly_set_arcs.cpp
test_shape_poly_set_collision.cpp
test_shape_poly_set_distance.cpp Update SHAPE_POLY_SET API to not hide virtual functions 2023-08-18 21:40:40 -04:00
test_shape_poly_set_iterator.cpp