kicad/libs/kimath
Seth Hillbrand e699bcf5a3 Use Chamfer lines when deflating
Rounded line ends when deflating leads to microscopic jags in the
outline that are not visible but add substantial computation time and
minor error when computing polygon offsets.

Instead, the chamfer deflate method prevents these jagged lines by
clipping angles < 90° by the error level.  This does not impact deflate
calls where we explicitly require the angles to be maintained

(cherry picked from commit af10878954)
2023-03-06 16:18:51 -08:00
..
include Use Chamfer lines when deflating 2023-03-06 16:18:51 -08:00
src Overflow safety. 2023-03-03 21:32:12 +00:00
CMakeLists.txt Support DXF ellipses and elliptical arcs 2022-12-24 22:46:07 -05:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00