kicad/libs/kimath/include/math
Jeff Young 19d270fe74 Text size sanity checking for TEXT_ITEMS_GRID.
Oh dear, there was a bunch going on here.  Firstly the move from int
to long long int for ValueFromString() means that we were no longer
catching overflows (as we were C-style casting it back to int in many
places).  But even when the overflow is caught, it would run in to
wxWidgets' empty string bug while trying to log it.

Fixes https://gitlab.com/kicad/code/kicad/issues/12577
2022-10-06 13:19:08 +01:00
..
box2.h Change implementation of Box2::FarthestPointTo to actually return the farthest point. 2022-09-27 22:40:55 +00:00
matrix3x3.h KiCad internal library header file housekeeping. 2021-07-01 13:46:38 -04:00
util.h Text size sanity checking for TEXT_ITEMS_GRID. 2022-10-06 13:19:08 +01:00
vector2d.h ADDED ability to specify where pad number (& net name) go on custom shaped pads. 2022-09-14 11:37:20 +01:00
vector3.h Add debug message to VECTOR3 check 2022-07-16 17:28:40 +00:00