ug4
|
Public Member Functions | |
SweepLineVertex () | |
SweepLineVertex (int ind, vector2 *ptr) | |
Public Attributes | |
std::vector< SweepLineEdge * > | connections |
bool | isRimVertex |
unsigned char | m_status |
int | vrtInd |
const vector2 * | vrtPtr |
Please note that the connections array has to be maintained manually. This is important to reduce unnecessary overhead.
|
inline |
|
inline |
std::vector<SweepLineEdge*> ug::SweepLineVertex::connections |
bool ug::SweepLineVertex::isRimVertex |
Referenced by ug::CreateSweepLineStructs(), and ug::SweepLine_CreateMonotones().
unsigned char ug::SweepLineVertex::m_status |
Referenced by ug::CreateSweepLineStructs(), and ug::SweepLine_CreateMonotones().
int ug::SweepLineVertex::vrtInd |
Referenced by ug::TriangleFill_SweepLine().
const vector2* ug::SweepLineVertex::vrtPtr |