Antkeeper
0.0.1
|
Go to the source code of this file.
Classes | |
class | geom::mesh |
Half-edge mesh. More... | |
struct | geom::mesh::vertex |
Half-edge mesh vertex, containing its index, a pointer to its parent edge, and its position vector. More... | |
struct | geom::mesh::edge |
Half-edge mesh edge, containing its index and pointers to its starting vertex, parent face, and related edges. More... | |
struct | geom::mesh::face |
Half-edge mesh face, containing its index and a pointer to its first edge. More... | |
Namespaces | |
geom | |
Geometric algorithms. | |