kicad/libs/kimath
Jeff Young b857374aa2 Don't consider a group to be on a copper layer.
Its members can be on copper layers, but the group itself isn't on any
layer.

Also fixes a bug where we were trying to clone TRIANGULATED_POLYGON::TRI
shapes as indexable sub-shapes.  (The TRI only has indexes into its
parent, so cloning it will only result in segfaults down the line.)

Also fixes a bug where we weren't including copper items inside groups
when checking footprint net ties.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15021

(cherry picked from commit 40abb013ec)
2023-07-09 21:08:52 +01:00
..
include Don't consider a group to be on a copper layer. 2023-07-09 21:08:52 +01:00
src Add DRC testing for copper graphic to zone fill collisions. 2023-06-30 11:56:40 +01: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