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 1664 of file shape_poly_set.cpp.
|
inline |
Definition at line 1666 of file shape_poly_set.cpp.
References m_p1, m_p2, VECTOR2< T >::x, and VECTOR2< T >::y.
|
inline |
Definition at line 1668 of file shape_poly_set.cpp.
|
inline |
Definition at line 1673 of file shape_poly_set.cpp.
References m_p1, m_p2, and VECTOR2< T >::y.
bool FractureEdgeSlow::m_connected |
Definition at line 1678 of file shape_poly_set.cpp.
Referenced by fractureSingleSlow(), and processEdge().
FractureEdgeSlow* FractureEdgeSlow::m_next |
Definition at line 1681 of file shape_poly_set.cpp.
Referenced by fractureSingleSlow(), and processEdge().
VECTOR2I FractureEdgeSlow::m_p1 |
Definition at line 1679 of file shape_poly_set.cpp.
Referenced by FractureEdgeSlow(), fractureSingleSlow(), matches(), and processEdge().
VECTOR2I FractureEdgeSlow::m_p2 |
Definition at line 1680 of file shape_poly_set.cpp.
Referenced by FractureEdgeSlow(), matches(), and processEdge().