Antkeeper
0.0.1
|
Half-edge mesh edge, containing its index and pointers to its starting vertex, parent face, and related edges. More...
#include <mesh.hpp>
Public Attributes | |
std::size_t | index |
Index of this edge. More... | |
mesh::vertex * | vertex |
Pointer to the vertex at which the edge starts. More... | |
mesh::face * | face |
Pointer to the face on the left of this edge. More... | |
mesh::edge * | previous |
Pointer to the previous edge in the parent face. More... | |
mesh::edge * | next |
Pointer to the next edge in the parent face. More... | |
mesh::edge * | symmetric |
Pointer to the symmetric edge. More... | |
Half-edge mesh edge, containing its index and pointers to its starting vertex, parent face, and related edges.
mesh::face* geom::mesh::edge::face |
mesh::edge* geom::mesh::edge::next |
mesh::edge* geom::mesh::edge::previous |
mesh::edge* geom::mesh::edge::symmetric |
mesh::vertex* geom::mesh::edge::vertex |