KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | LAYER_ITEM_2D |
Make solid geometry for objects on layers. More... | |
Macros | |
#define | CSGITEM_EMPTY 0 |
#define | CSGITEM_FULL (OBJECT_2D*) ( ( size_t )( -1 ) ) |
#define CSGITEM_EMPTY 0 |
Definition at line 33 of file layer_item_2d.h.
Referenced by RENDER_3D_RAYTRACE_BASE::createItemsFromContainer(), RENDER_3D_RAYTRACE_BASE::insertHole(), LAYER_ITEM_2D::IsPointInside(), RENDER_3D_RAYTRACE_BASE::Reload(), and LAYER_ITEM_2D::~LAYER_ITEM_2D().
#define CSGITEM_FULL (OBJECT_2D*) ( ( size_t )( -1 ) ) |
Definition at line 34 of file layer_item_2d.h.
Referenced by RENDER_3D_RAYTRACE_BASE::createItemsFromContainer(), RENDER_3D_RAYTRACE_BASE::insertHole(), RENDER_3D_RAYTRACE_BASE::Reload(), and LAYER_ITEM_2D::~LAYER_ITEM_2D().