kicad/libs/kimath
Seth Hillbrand af10878954 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
2023-02-22 16:24:26 -08:00
..
include Use Chamfer lines when deflating 2023-02-22 16:24:26 -08:00
src Correct the formula for error 2023-02-22 16:24:26 -08: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