kicad/libs/kimath/src/geometry
Jeff Young bc484784fc Make sure zones are triangulated for DRC.
Normally this happens as a side-effect of rendering them but if done
from a script (or test case) this won't happen.

Fixes https://gitlab.com/kicad/code/kicad/issues/6635
2020-12-12 15:27:46 +00:00
..
convex_hull.cpp Formatting. 2020-11-29 14:02:46 +00:00
direction_45.cpp pcbnew: Adding arcs to PNS 2020-02-21 16:11:41 -08:00
geometry_utils.cpp Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
seg.cpp geometry: SEG::NearestPoint(SEG) now returns points only on (this) segment 2020-10-07 16:36:37 +02:00
shape.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
shape_arc.cpp Fix a few compil and Coverity warnings. 2020-10-25 10:02:07 +01:00
shape_collisions.cpp Cleanup. 2020-12-12 15:27:46 +00:00
shape_compound.cpp Cleanup compiler warnings 2020-12-09 23:13:33 +00:00
shape_file_io.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
shape_line_chain.cpp Cleanup compiler warnings 2020-12-09 23:13:33 +00:00
shape_poly_set.cpp Make sure zones are triangulated for DRC. 2020-12-12 15:27:46 +00:00
shape_rect.cpp geometry: SHAPE_RECT: use SquaredDistance() for collision detection 2020-10-07 16:36:37 +02:00
shape_segment.cpp geometry: SHAPE::Format() now outputs C-like code for easy test cases... 2020-10-07 16:36:37 +02:00