CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Triangulation triangle (counter-clockwise winding) More...
#include <CDTUtils.h>
Public Member Functions | |
std::pair< TriInd, VertInd > | next (const VertInd i) const |
Next triangle adjacent to a vertex (clockwise) | |
std::pair< TriInd, VertInd > | prev (const VertInd i) const |
Previous triangle adjacent to a vertex (counter-clockwise) | |
bool | containsVertex (const VertInd i) const |
Static Public Member Functions | |
static Triangle | make (const array< VertInd, 3 > &vertices, const array< TriInd, 3 > &neighbors) |
Factory method. | |
Public Attributes | |
VerticesArr3 | vertices |
triangle's three vertices | |
NeighborsArr3 | neighbors |
triangle's three neighbors | |
Triangulation triangle (counter-clockwise winding)
Definition at line 258 of file CDTUtils.h.
|
inline |
Definition at line 302 of file CDTUtils.h.
|
inlinestatic |
Factory method.
Definition at line 269 of file CDTUtils.h.
Next triangle adjacent to a vertex (clockwise)
Definition at line 277 of file CDTUtils.h.
Previous triangle adjacent to a vertex (counter-clockwise)
Definition at line 292 of file CDTUtils.h.
NeighborsArr3 CDT::Triangle::neighbors |
triangle's three neighbors
Definition at line 261 of file CDTUtils.h.
VerticesArr3 CDT::Triangle::vertices |
triangle's three vertices
Definition at line 260 of file CDTUtils.h.