kicad/libs/kimath
Jeff Young 1cb7fbaab1 Fix errors in arc polygonization and test case.
1) Tests can't expect accuracies around 1 to work.  PCBNew defaults
to 5000.
2) Tests shouldn't artifically expand tolerance just to match the
results.
3) Tests should guarantee that end point is on arc, not just close
to it.
4) Standard polygonization of a circle is inside so splitting the
error needs to increase radius, not decrease.
5) Special-case first and last points so that they're exact.
2020-10-23 23:55:45 +01:00
..
include Remove unused point in polygon test 2020-10-23 12:13:09 -07:00
src Fix errors in arc polygonization and test case. 2020-10-23 23:55:45 +01:00
CMakeLists.txt Remove unused point in polygon test 2020-10-23 12:13:09 -07:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00