|
Graphite Version 3
An experimental 3D geometry processing program
|
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.
|
inline |
Definition at line 317 of file convex_cell.h.
|
inline |
Definition at line 313 of file convex_cell.h.
| ushort VBW::Triangle::i |
Definition at line 310 of file convex_cell.h.
| ushort VBW::Triangle::j |
Definition at line 311 of file convex_cell.h.
| ushort VBW::Triangle::k |
Definition at line 312 of file convex_cell.h.