kicad/libs/kimath/include
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
..
geometry PNS: Detect collisions including newline width 2020-01-17 11:23:08 -08:00
math Comment-only changes 2020-01-10 16:43:01 -08:00
bezier_curves.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
convert_basic_shapes_to_polygon.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
md5_hash.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
trigo.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00