|
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 2188 of file shape_line_chain.cpp.
|
inline |
Definition at line 2190 of file shape_line_chain.cpp.
References m_ArcIdx, m_BBox, and m_FirstIdx.
| int SHAPE_KEY::m_ArcIdx |
Definition at line 2196 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().
| BOX2I_MINMAX SHAPE_KEY::m_BBox |
Definition at line 2197 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().
| int SHAPE_KEY::m_FirstIdx |
Definition at line 2195 of file shape_line_chain.cpp.
Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().