4a68ae4bae
When removing steiner points, there is the possibility that the test point is also removed. In this case, it is no longer a member of the linked list and will break the output. The test for re-fracturing a broken polygon can also result in multiple polygons, rather than only 0 or 1. Skipping the extra polygons will result in a limited tesselation. Fixes: lp:1812393 * https://bugs.launchpad.net/kicad/+bug/1812393 |
||
---|---|---|
.. | ||
convex_hull.cpp | ||
geometry_utils.cpp | ||
hetriang.cpp | ||
seg.cpp | ||
shape.cpp | ||
shape_arc.cpp | ||
shape_collisions.cpp | ||
shape_file_io.cpp | ||
shape_line_chain.cpp | ||
shape_poly_set.cpp | ||
trigo.cpp |