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 2073 of file shape_line_chain.cpp.
|
inline |
Definition at line 2075 of file shape_line_chain.cpp.
int SHAPE_KEY::m_ArcIdx |
Definition at line 2081 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().
BOX2I_MINMAX SHAPE_KEY::m_BBox |
Definition at line 2082 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().
int SHAPE_KEY::m_FirstIdx |
Definition at line 2080 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().