kicad/libs/kimath/include
Seth Hillbrand 9d9028c979 Handle unsigned VECTOR2 casts
The previous overflow handling code casted the int_min value into an
unsigned, meaning that the min value and max value were almost the same,
clamping the output to unreasonable values.

Updated code handles floating points first, then does integer casting
through int64_t
2024-06-10 12:40:01 -07:00
..
geometry Fix off-by-one error in distance check for arcs 2024-06-03 16:29:06 -07:00
math Handle unsigned VECTOR2 casts 2024-06-10 12:40:01 -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