KiCad PCB EDA Suite
|
Public Member Functions | |
SHAPE_KEY (int aFirstIdx, int aArcIdx, const BOX2I_MINMAX &aBBox) | |
Public Attributes | |
int | m_FirstIdx |
int | m_ArcIdx |
BOX2I_MINMAX | m_BBox |
Definition at line 2087 of file shape_line_chain.cpp.
|
inline |
Definition at line 2089 of file shape_line_chain.cpp.
int SHAPE_KEY::m_ArcIdx |
Definition at line 2095 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().
BOX2I_MINMAX SHAPE_KEY::m_BBox |
Definition at line 2096 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().
int SHAPE_KEY::m_FirstIdx |
Definition at line 2094 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().