#include <polygon.h>
Collaboration diagram for Edge:
Public Member Functions | |
Edge () | |
Public Attributes | |
unsigned short | m_usVertices [2] |
unsigned int | m_uiPolygon |
Edge * | m_pkNeighbour |
int | m_iVisible |
|
Reset flags and data |
|
Vertices defining this edge |
|
Polygon this edge belongs to |
|
Edge sharing vertices with this edge (m_pkNeighbour->m_iPolygon is neighbour polygon) |
|
Visible flag (-1 invisible, 0 not calculated, 1 visible). Used internally during rendering of shadow volumes |