kicad/qa/libs/kimath/geometry
Jon Evans 2c05d99d9f SHAPE_POLY_SET: Fix segment collision testing
It appears as though there was an optimization to skip testing segments if
one of their endpoints (and only the A point) was inside.  Unclear the reason
for this, but I'm going to assume that it was intended to optimize the case
where both points are inside (like the point case above it).
2021-04-04 20:12:45 -04:00
..
fixtures_geometry.h Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00
geom_test_utils.h Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00
test_circle.cpp Formatting fixes and fix qa_kimath following rebase 2021-01-24 16:41:10 +00:00
test_fillet.cpp Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00
test_poly_grid_partition.cpp qa/kimath: trivial test case for POLY_GRID_PARTITION 2020-10-23 01:18:07 +02:00
test_segment.cpp Clarify CIRCLE::ConstructFromTanTanPt 2021-01-24 16:41:11 +00:00
test_shape_arc.cpp Fix SHAPE_ARC::Collide and add Unit Tests 2021-03-20 16:11:43 +00:00
test_shape_compound_collision.cpp Coverity fixes. 2020-11-10 08:50:16 -05:00
test_shape_line_chain.cpp Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00
test_shape_poly_set_collision.cpp SHAPE_POLY_SET: Fix segment collision testing 2021-04-04 20:12:45 -04:00
test_shape_poly_set_distance.cpp Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00
test_shape_poly_set_iterator.cpp Move geometry tests into the kimath qa test 2020-07-18 16:19:01 +01:00