ug4
|
only used to initialize a tetrahedron. for all other tasks you should use VolumeDescripor. More...
#include <grid_objects_3d.h>
Public Member Functions | |
uint | num_vertices () const |
TetrahedronDescriptor () | |
TetrahedronDescriptor (const TetrahedronDescriptor &td) | |
TetrahedronDescriptor (const VolumeVertices &vv) | |
TetrahedronDescriptor (Vertex *v1, Vertex *v2, Vertex *v3, Vertex *v4) | |
Vertex * | vertex (size_t index) const |
Protected Attributes | |
Vertex * | m_vertex [4] |
only used to initialize a tetrahedron. for all other tasks you should use VolumeDescripor.
please be sure to pass the vertices in the correct order: v1, v2, v3: bottom-vertices in counterclockwise order (if viewed from the top). v4: top
|
inline |
ug::TetrahedronDescriptor::TetrahedronDescriptor | ( | const TetrahedronDescriptor & | td | ) |
References vertex().
ug::TetrahedronDescriptor::TetrahedronDescriptor | ( | const VolumeVertices & | vv | ) |
References ug::VolumeVertices::num_vertices(), and ug::VolumeVertices::vertex().
ug::TetrahedronDescriptor::TetrahedronDescriptor | ( | Vertex * | v1, |
Vertex * | v2, | ||
Vertex * | v3, | ||
Vertex * | v4 | ||
) |
|
inline |
|
inline |
Referenced by ug::Tetrahedron::Tetrahedron(), and TetrahedronDescriptor().
|
protected |