kicad/libs/kimath/include/math
Seth Hillbrand e3231e6996 Rework VECTOR2D promotion rules
VECTOR + scalar = vector type (KiROUND when VECTOR is integral and
scalar is float)
VECTOR + VECTOR = common type vector

Implemented with concepts in template rules - SWIG compatible
2024-06-15 13:41:07 -07:00
..
box2.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
box2_minmax.h Move BOX2I_MINMAX to separate header. 2024-06-12 23:05:33 +03:00
matrix3x3.h Fix typo in matrix3 multiply, add unit tests 2023-01-05 21:06:52 -05:00
util.h Add a upper >= lower check to Clamp. 2024-06-12 23:05:33 +03:00
vector2d.h Rework VECTOR2D promotion rules 2024-06-15 13:41:07 -07:00
vector2wx.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
vector3.h ADDED: Basic STEP manipulation utils available to Python. 2023-09-07 10:57:02 +03:00