kicad/libs/kimath
Seth Hillbrand 8e97855557 Fix Clipper2 handling of Inflate/Deflate
For unknown reasons, Clipper2 only returns Paths structures from the
ClipperOffset::Execute routine.  Further, the Paths are not properly
ordered (outline->hole in outline, outline2->hole in outline2).
To get proper hierarchy, we need to run an additional pass of the
solution with the paths as Subject in a null union.  This is effectively
a Simplify() call but we keep the data in Clipper format to reduce the
churn/calc time
2022-10-28 17:01:36 -07:00
..
include Fix Clipper2 handling of Inflate/Deflate 2022-10-28 17:01:36 -07:00
src Fix Clipper2 handling of Inflate/Deflate 2022-10-28 17:01:36 -07:00
CMakeLists.txt Add Clipper2 2022-10-19 16:25:45 -07:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00