kicad/libs/kimath
Jeff Young 08ee2671cc A better arc-to-polygon algorithm when error is outside.
The existing algorithm nicely handled the error being on the inside (where
the segment ends are error-free), but not when it was on the outside (where
the segment midpoints are error-free).

In any case, we want error-free points at each end of the arc so we don't
get ears or divots.
2022-02-02 23:40:24 +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 A better arc-to-polygon algorithm when error is outside. 2022-02-02 23:40:24 +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