Antkeeper
0.0.1
|
Half-edge mesh face, containing its index and a pointer to its first edge. More...
#include <mesh.hpp>
Public Attributes | |
std::size_t | index |
Index of this face. More... | |
mesh::edge * | edge |
Pointer to the first edge in this face. More... | |
Half-edge mesh face, containing its index and a pointer to its first edge.
mesh::edge* geom::mesh::face::edge |