kicad/libs/kimath
Seth Hillbrand 5e5741edd3 Minor optimizations
Most of the lines in KiCad are on 45° angles.  We can avoid sqrts by
recognizing that this implies the x/y values are the same.  Therefore,
the length of the hypotenuse is sqrt(2) * x.
2024-05-16 11:50:48 -07:00
..
include Minor optimizations 2024-05-16 11:50:48 -07:00
src Rework item distribution 2024-05-05 03:35:09 +08: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