kicad/libs/kimath
Jeff Young 3f8cada334 Fix some issues with new polygonization of arcs and arc collision test.
Test should not be testing against the polygonization error; if done
correctly that should all be on the correct side of the shape.  Use an
epsilon instead (I chose polygonization error / 10, but the value isn't
terribly important).

Fixes https://gitlab.com/kicad/code/kicad/issues/10724
2022-02-03 19:53:42 +00:00
..
include Fix a few issues in plotting code. Fix bug in EDA_ANGLE::IsCardinal() 2022-01-21 12:35:58 +01:00
src Fix some issues with new polygonization of arcs and arc collision test. 2022-02-03 19:53:42 +00:00
CMakeLists.txt Move EDA_ANGLE to KiMath lib 2022-01-14 17:12:24 -08:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00