A face in a doubly connected edge list (a data structure for efficiently manipulating meshes). More...
#include <PolygonPrismMeshUtils.h>
Public Attributes | |
| HalfEdge * | m_edge = nullptr |
| One arbitrary half-edge in this face. | |
| int | m_numEdges = 0 |
| The number of edges this face has. | |
| bool | m_removed = false |
| Marks if the face has been removed due to merging with another face. | |
A face in a doubly connected edge list (a data structure for efficiently manipulating meshes).