kicad/libs/kimath/src
jean-pierre charras 9f85730987 Make SHAPE_POLY_SET::CacheTriangulation() behavior same as previously.
Previously, SHAPE_POLY_SET::CacheTriangulation() was able to handle polygons
with holes.
Due to recent changes, CacheTriangulation( true ) handle polygons with holes,
but CacheTriangulation( false ) did not handle polygons with holes, due to a
missing call to Fracture(), lost in latest changes.
This is now fixed.

Fixes #5606
https://gitlab.com/kicad/code/kicad/issues/5606
2020-09-13 17:55:59 +02:00
..
geometry Make SHAPE_POLY_SET::CacheTriangulation() behavior same as previously. 2020-09-13 17:55:59 +02:00
math Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
bezier_curves.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
convert_basic_shapes_to_polygon.cpp Restore min seg limit for rounded-corner pads. 2020-09-11 14:41:45 +01:00
md5_hash.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
trigo.cpp Enable converting segments to arcs 2020-08-29 12:13:51 -04:00