kicad/libs/kimath/include/geometry
Jeff Young eb1ff80d57 SHAPE collision fixes.
1) An actual distance of 0 is still a collision, even if the allowed
distance is 0.
2) Be consitent about edges and interiors.  Everyone expect the edge
of a RECT to be part of the RECT; same with a CIRCLE.  SHAPE_POLY_SET
shouldn't be any different.  (And SHAPE_LINE_CHAIN was a split-
personality with the edge considered part of it for Collide() but not
for PointInside()).
2020-07-02 21:38:37 +01:00
..
convex_hull.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
direction45.h pcbnew: Adding arcs to PNS 2020-02-21 16:11:41 -08:00
geometry_utils.h fix a minor wxWidgets alert and a outdated comment. 2020-06-09 14:12:38 +02:00
poly_grid_partition.h Comment-only changes 2020-01-10 16:43:01 -08:00
polygon_test_point_inside.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
polygon_triangulation.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
seg.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00
shape.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00
shape_arc.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00
shape_circle.h SHAPE collision fixes. 2020-07-02 21:38:37 +01:00
shape_file_io.h Comment-only changes 2020-01-10 16:43:01 -08:00
shape_index.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
shape_index_list.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
shape_line_chain.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00
shape_poly_set.h SHAPE collision fixes. 2020-07-02 21:38:37 +01:00
shape_rect.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00
shape_segment.h SHAPE collision fixes. 2020-07-02 21:38:37 +01:00
shape_simple.h Return individual custom pad shapes instead of a SHAPE_POLY_SET. 2020-07-02 17:09:15 +01:00