KiCad PCB EDA Suite
|
Public Member Functions | |
FractureEdgeSlow (int y=0) | |
FractureEdgeSlow (bool connected, const VECTOR2I &p1, const VECTOR2I &p2) | |
bool | matches (int y) const |
Public Attributes | |
bool | m_connected |
VECTOR2I | m_p1 |
VECTOR2I | m_p2 |
FractureEdgeSlow * | m_next |
Definition at line 1683 of file shape_poly_set.cpp.
|
inline |
Definition at line 1685 of file shape_poly_set.cpp.
References m_p1, m_p2, VECTOR2< T >::x, and VECTOR2< T >::y.
|
inline |
Definition at line 1687 of file shape_poly_set.cpp.
|
inline |
Definition at line 1692 of file shape_poly_set.cpp.
References m_p1, m_p2, and VECTOR2< T >::y.
bool FractureEdgeSlow::m_connected |
Definition at line 1697 of file shape_poly_set.cpp.
Referenced by fractureSingleSlow(), and processEdge().
FractureEdgeSlow* FractureEdgeSlow::m_next |
Definition at line 1700 of file shape_poly_set.cpp.
Referenced by fractureSingleSlow(), and processEdge().
VECTOR2I FractureEdgeSlow::m_p1 |
Definition at line 1698 of file shape_poly_set.cpp.
Referenced by FractureEdgeSlow(), fractureSingleSlow(), matches(), and processEdge().
VECTOR2I FractureEdgeSlow::m_p2 |
Definition at line 1699 of file shape_poly_set.cpp.
Referenced by FractureEdgeSlow(), matches(), and processEdge().