kicad/libs/kimath
Seth Hillbrand e60152e351 Fix island removal when copper->edge clearance is 0
Just testing a single point to find copper that is outside the board works
until the arc->segment conversion moves the board outline just enough to
have the filled copper slightly (few IU) outside of the converted outline.

Instead, we do an expensive check of comparing the size of the
intersection between the island and the island's intersection with the
board.  If the intersection is at least half as large as the original
island, we can say with certainty that the island is inside.  The margin
could be much smaller than half but this preserves the intent without
picking an arbitrary number that might be violated

Fixes https://gitlab.com/kicad/code/kicad/issues/13717
2023-02-02 19:19:26 +00:00
..
include Fix island removal when copper->edge clearance is 0 2023-02-02 19:19:26 +00:00
src Fix island removal when copper->edge clearance is 0 2023-02-02 19:19:26 +00:00
CMakeLists.txt Support DXF ellipses and elliptical arcs 2022-12-24 22:46:07 -05:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00