kicad/qa/tests/libs/kimath/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
..
test_box2.cpp
test_matrix3x3.cpp
test_util.cpp
test_vector2.cpp Rework VECTOR2D promotion rules 2024-06-15 13:41:07 -07:00
test_vector3.cpp