ug4
|
only used to initialize a prism. for all other tasks you should use VolumeDescripor. More...
#include <grid_objects_3d.h>
Public Member Functions | |
uint | num_vertices () const |
PrismDescriptor () | |
PrismDescriptor (const PrismDescriptor &td) | |
PrismDescriptor (const VolumeVertices &vv) | |
PrismDescriptor (Vertex *v1, Vertex *v2, Vertex *v3, Vertex *v4, Vertex *v5, Vertex *v6) | |
Vertex * | vertex (size_t index) const |
Protected Attributes | |
Vertex * | m_vertex [6] |
only used to initialize a prism. 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, v5, v6: top-vertices in counterclockwise order (if viewed from the top).
|
inline |
ug::PrismDescriptor::PrismDescriptor | ( | const PrismDescriptor & | td | ) |
References vertex().
ug::PrismDescriptor::PrismDescriptor | ( | const VolumeVertices & | vv | ) |
References ug::VolumeVertices::num_vertices(), and ug::VolumeVertices::vertex().
ug::PrismDescriptor::PrismDescriptor | ( | Vertex * | v1, |
Vertex * | v2, | ||
Vertex * | v3, | ||
Vertex * | v4, | ||
Vertex * | v5, | ||
Vertex * | v6 | ||
) |
|
inline |
|
inline |
Referenced by ug::Prism::Prism(), and PrismDescriptor().
|
protected |