kicad/libs/kimath/src
Jeff Young e5de56b6cc Fix edge case in arc collision.
SHAPE_ARC::IntersectLine() fails when one of the arcs start points
is on the center point of the other -- in this case we can't extend
the line to the arc intersection because one point does not define
a line....

Fixes https://gitlab.com/kicad/code/kicad/issues/12609
2022-10-09 23:05:15 +01:00
..
geometry Fix edge case in arc collision. 2022-10-09 23:05:15 +01:00
math Text size sanity checking for TEXT_ITEMS_GRID. 2022-10-06 13:19:08 +01:00
bezier_curves.cpp Scoop up some more wxPoint instances 2022-01-03 20:00:53 -05:00
convert_basic_shapes_to_polygon.cpp Avoid trying to draw empty pads. 2022-10-09 20:28:54 +01:00
md5_hash.cpp Fix typo 2022-03-07 08:03:48 +01:00
trigo.cpp VECTOR2D CalcArcCenter( VECTOR2D& aStart, VECTOR2D& aEnd, EDA_ANGLE& aAngle ): 2022-07-25 18:23:52 +02:00