kicad/libs/kimath
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
..
include Handle unsigned VECTOR2 casts 2024-06-10 12:40:01 -07:00
src Make sure to add start points to arcs in TransformOvalToPolygon. 2024-06-09 20:04:27 +03: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