HDK
|
#include <UT_Tetrahedralize.h>
Public Member Functions | |
UT_TetFace () | |
UT_TetFace (UT_TetVertex *a_, UT_TetVertex *b_, UT_TetVertex *c_) | |
bool | hasVertex (const UT_TetVertex *v) const |
Public Attributes | |
UT_TetVertex * | a |
UT_TetVertex * | b |
UT_TetVertex * | c |
The UT_TetFace struct is a simple container class to hold UT_TetVertex objects, and represents the triangular faces of a tetrahedron. They are created on the fly during the tetrahedralization process, and are not stored by any other objects.
Definition at line 71 of file UT_Tetrahedralize.h.
|
inline |
Definition at line 73 of file UT_Tetrahedralize.h.
|
inline |
Definition at line 75 of file UT_Tetrahedralize.h.
|
inline |
Definition at line 77 of file UT_Tetrahedralize.h.
UT_TetVertex* UT_TetFace::a |
Definition at line 78 of file UT_Tetrahedralize.h.
UT_TetVertex * UT_TetFace::b |
Definition at line 78 of file UT_Tetrahedralize.h.
UT_TetVertex * UT_TetFace::c |
Definition at line 78 of file UT_Tetrahedralize.h.