kicad/libs/kimath
Seth Hillbrand 546e16a002 Add multi-level fallback in tesselation
Some clipper cases do not get resolved with the `FAST` mode, so in those
cases, do a second pass in the `SIMPLE` mode.  If both fail, return a
broken polygon instead of an infinite loop

Fixes https://gitlab.com/kicad/code/kicad/issues/12761
2022-10-28 10:17:58 -07:00
..
include Clipper2: Handle nested poly/hole/poly returns 2022-10-21 16:14:34 -07:00
src Add multi-level fallback in tesselation 2022-10-28 10:17:58 -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