kicad/libs/kimath/src
Jon Evans 2c05d99d9f SHAPE_POLY_SET: Fix segment collision testing
It appears as though there was an optimization to skip testing segments if
one of their endpoints (and only the A point) was inside.  Unclear the reason
for this, but I'm going to assume that it was intended to optimize the case
where both points are inside (like the point case above it).
2021-04-04 20:12:45 -04:00
..
geometry SHAPE_POLY_SET: Fix segment collision testing 2021-04-04 20:12:45 -04:00
math libs/kimath: POLY_GRID_PARTITION must use truncating (round-to-zero) rescale function for correct grid generation. 2021-01-10 00:04:57 +01:00
bezier_curves.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
convert_basic_shapes_to_polygon.cpp fix PAD::TransformShapeWithClearanceToPolygon() incorrect calculation in some cases. 2020-11-14 08:50:58 +01:00
md5_hash.cpp specctra_export: fix an issue with custom and chamfered/round rect pads. 2020-11-25 13:57:46 +01:00
trigo.cpp EDIT_TOOL::DragArcTrack Fix incorrect undo history when items are deleted 2021-01-24 16:41:10 +00:00