kicad/qa/common/geometry
Seth Hillbrand a8ab668122 Move SHAPE_ARC to start->mid->end format
The arc shapes need to connect with their adjacent points.  By storing
the relevant points, we allow exact point matching on both ends of the
arc as well as localize point storage.
2020-06-13 11:23:14 -07:00
..
fixtures_geometry.h Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
geom_test_utils.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
test_fillet.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
test_segment.cpp QA: Add Distance, Collide, Collinear tests on SEG 2019-02-03 06:57:37 +01:00
test_shape_arc.cpp Move SHAPE_ARC to start->mid->end format 2020-06-13 11:23:14 -07:00
test_shape_line_chain.cpp pcbnew: Adding arcs to PNS 2020-02-21 16:11:41 -08:00
test_shape_poly_set_collision.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
test_shape_poly_set_distance.cpp Fix bug in testcase. 2020-05-01 18:49:42 +01:00
test_shape_poly_set_iterator.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00