Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
VBW::Triangle Struct Reference

A triangle with the local indices of its three vertices. More...

#include <geogram/voronoi/convex_cell.h>

Inheritance diagram for VBW::Triangle:
VBW::TriangleWithFlags

Public Member Functions

ushort operator[] (unsigned int index) const
 
ushortoperator[] (unsigned int index)
 

Public Attributes

ushort i
 
ushort j
 
ushort k
 

Detailed Description

A triangle with the local indices of its three vertices.

Definition at line 309 of file convex_cell.h.


The documentation for this struct was generated from the following file: