kicad/libs/kimath
Seth Hillbrand 3aeb3c8f99 Fix case of 360° arc handling
A 360° arc will have the mid point on the opposite side of the circle
from both the start and end points.  This will make both slopes the
same, leading to a degeneracy in the calculation.  We address this by
noting that the center will be halfway between the midpoint and the
start point.
2020-07-18 13:03:39 -07:00
..
include std::min/std::max requires <algorithm> 2020-07-11 15:46:57 +02:00
src Fix case of 360° arc handling 2020-07-18 13:03:39 -07:00
CMakeLists.txt Comments. 2020-07-05 19:53:04 +01:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00