kicad/libs/kimath
Seth Hillbrand 31a0652c58 Force VECTOR2 templates to use standard promotion rules
This forces the operators -, +, * to use standard promotion rules when
operating on vectors of two different types.  Previously, this depended
on the order in which the operator was called, so subtracting a VECTOR2D
from a VECTOR2I could have a different result than negating the result
of subtracting the same vectors in the opposite order
2024-06-07 15:32:07 -07:00
..
include Force VECTOR2 templates to use standard promotion rules 2024-06-07 15:32:07 -07:00
src Use KiROUND for consistency 2024-06-04 08:55:42 -07:00
CMakeLists.txt Rework item distribution 2024-05-05 03:35:09 +08:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00