kicad/qa/common/geometry
John Beard 55fcbddde8 QA: Fix faulty test of SHAPE_POLY_SET Collision
This test assumed points on a edge are counted as colliding.
This is not true: points on an edge are NOT counted at inside
the poly_set.

THe test does still consider points on a *hole* edge as collisions.
The API to SHAPE_POLY_SET is unclear on if this is correct.
2019-01-29 18:06:16 -05:00
..
fixtures_geometry.h QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00
geom_test_utils.h QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00
test_fillet.cpp QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00
test_segment.cpp QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00
test_shape_arc.cpp Geom: Account for quadrant points in arc bbox calc 2019-01-10 07:52:25 -05:00
test_shape_poly_set_collision.cpp QA: Fix faulty test of SHAPE_POLY_SET Collision 2019-01-29 18:06:16 -05:00
test_shape_poly_set_iterator.cpp QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00