kicad/libs
Seth Hillbrand c4fff95078 PNS: Detect collisions including newline width
The new line collision search uses BBox() to check for colliding
objects.  BBox in the SHAPE_LINE_CHAIN did not include width as the
chains were assumed to be zero-width.  This is not the case for
PNS::LINE elements.

We mostly don't notice this because DRC checks for SEGMENT collisions
but it becomes obvious/annoying when we cannot place a track for unknown
reasons and the snap-back doesn't take line width into account.

Fixes #3776 | https://gitlab.com/kicad/code/kicad/issues/3776
2020-01-17 11:23:08 -08:00
..
kimath PNS: Detect collisions including newline width 2020-01-17 11:23:08 -08:00
sexpr Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
CMakeLists.txt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00