kicad/libs/kimath
Seth Hillbrand e8d6d03247 Always return simplified polygons
Clipper can handle complex input polygons but we will sometimes struggle
dealing with outputs from the inflate routine that have degenerate or
overlapping points.  Calling Simplify after the inflate keeps our
polygons easier to handle

Fixes https://gitlab.com/kicad/code/kicad/issues/11036

(cherry picked from commit a24cdcb3f0)
2022-03-09 16:19:44 -08:00
..
include geometry: constructor for SHAPE_RECT from a BOX2 2022-03-03 01:02:00 +01:00
src Always return simplified polygons 2022-03-09 16:19:44 -08:00
CMakeLists.txt Move connectivity algo to collision-based routines. 2022-02-13 00:35:11 +00:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00