kicad/include/bitmaps
John Beard 311f041421 ADDED: Polygon boolean operations in PCB editor
This allows common operations like merging a pin courtyard
into the body courtyard in the fooprint editor, taking a
"bite" out of a polygon and so on,

For now, this only supports polygons made of straight lines.

There are some wierd cases when the operations result in nothing
(e.g. wen a big polygon is substracted from a smaller one that
it contains entirely). I have tried to do something senisble in
these cases, but there may be more optimal ways to handle it.

Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/13025
2023-10-01 00:10:10 +01:00
..
bitmap_info.cpp.in Rework on bitmap_info.cpp cmake build process. 2022-07-12 16:48:48 +02:00
bitmap_info.h BITMAP_INFO kicommon 2023-09-13 23:11:03 -04:00
bitmap_opaque.h Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
bitmap_types.h Add a quantized scaling mode for bitmaps. 2021-09-11 23:40:31 +01:00
bitmaps_list.h ADDED: Polygon boolean operations in PCB editor 2023-10-01 00:10:10 +01:00