kicad/libs/kimath/include/math
Seth Hillbrand 5e5741edd3 Minor optimizations
Most of the lines in KiCad are on 45° angles.  We can avoid sqrts by
recognizing that this implies the x/y values are the same.  Therefore,
the length of the hypotenuse is sqrt(2) * x.
2024-05-16 11:50:48 -07:00
..
box2.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
matrix3x3.h Fix typo in matrix3 multiply, add unit tests 2023-01-05 21:06:52 -05:00
util.h Improvements when working closer to 32-bit integer limits. 2024-04-23 16:34:07 +00:00
vector2d.h Minor optimizations 2024-05-16 11:50:48 -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