Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
A triangle with the local indices of its three vertices. More...
#include <geogram/voronoi/convex_cell.h>
Public Member Functions | |
ushort | operator[] (unsigned int index) const |
ushort & | operator[] (unsigned int index) |
Public Attributes | |
ushort | i |
ushort | j |
ushort | k |
A triangle with the local indices of its three vertices.
Definition at line 309 of file convex_cell.h.