kicad/pcbnew/plugins/pcad
Seth Hillbrand aa0db969ca Caching ConvexHull routine
Stores a cache of the convex hull similar to the bounding box.  Modifies
the hull based on actions to allow  complex footprint graphics without delay

Fixes https://gitlab.com/kicad/code/kicad/issues/7341
2021-02-04 15:56:52 -08:00
..
examples
CMakeLists.txt A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcad2kicad_common.cpp
pcad2kicad_common.h
pcad_plugin.cpp Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
pcad_plugin.h Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
pcb.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
pcb.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_arc.cpp First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
pcb_arc.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_callbacks.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_component.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_component.h Add const specifiers 2020-11-18 19:50:36 +00:00
pcb_copper_pour.cpp
pcb_copper_pour.h
pcb_cutout.cpp
pcb_cutout.h
pcb_footprint.cpp Caching ConvexHull routine 2021-02-04 15:56:52 -08:00
pcb_footprint.h Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
pcb_keepout.cpp
pcb_keepout.h
pcb_line.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_line.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_net.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_net.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad.cpp More consistent naming. 2020-12-08 13:05:39 +00:00
pcb_pad.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad_shape.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_pad_shape.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_plane.cpp
pcb_plane.h More module -> footprint. 2020-11-13 15:16:24 +00:00
pcb_polygon.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_polygon.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_text.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_text.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_via.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via_shape.cpp A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_via_shape.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
s_expr_loader.cpp
s_expr_loader.h