7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-28 00:31:20 +00:00
kicad/libs/kimath/include/math
John Beard 58669f2b9f BOX2: Correct a clamp
std::clamp is (v, min, max), but alg::clamp is (min, v, max).

I can't quite get my head round why this only causes test failures
on some platforms.
2024-10-09 11:42:16 +08:00
..
box2_minmax.h Optimize optimizeZoneToZoneAnchors. 2024-07-03 16:27:03 +00:00
box2.h BOX2: Correct a clamp 2024-10-09 11:42:16 +08:00
matrix3x3.h Fix typo in matrix3 multiply, add unit tests 2023-01-05 21:06:52 -05:00
util.h VECTOR2, BOX2: Add constexpr to many functions 2024-09-11 22:35:35 +01:00
vector2d.h Remove commented-out VECTOR2 dtor 2024-09-11 22:35:35 +01:00
vector2wx.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
vector3.h QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00