kicad/libs/kimath
Jeff Young 40abb013ec 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
2023-06-20 18:13:21 +01:00
..
include Don't consider a group to be on a copper layer. 2023-06-20 18:13:21 +01:00
src Push fix for #14890 down a level. 2023-06-19 18:05:37 +01:00
CMakeLists.txt Fix mistake in kimath wxWidgets include statement 2023-04-06 15:01:18 +01:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00