kicad/libs/kimath/include
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
..
geometry Fix off-by-one error in distance check for arcs 2024-06-03 16:29:06 -07:00
math Force VECTOR2 templates to use standard promotion rules 2024-06-07 15:32:07 -07:00
bezier_curves.h Support DXF ellipses and elliptical arcs 2022-12-24 22:46:07 -05:00
convert_basic_shapes_to_polygon.h Name shortening and line-break reduction. 2022-10-21 18:41:39 +01:00
hash.h Utilize our combine_hash routine for multiple hash 2022-08-26 08:45:13 -07:00
md5_hash.h specctra_export: fix an issue with custom and chamfered/round rect pads. 2020-11-25 13:57:46 +01:00
transform.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
trigo.h Cleanup geometry functions 2024-05-31 12:26:37 -07:00