ug4
|
only used to initialize a triangle. for all other tasks you should use FaceDescriptor. More...
#include <grid_objects_2d.h>
Public Member Functions | |
uint | num_vertices () const |
void | set_vertex (uint index, Vertex *v) |
TriangleDescriptor () | |
TriangleDescriptor (const TriangleDescriptor &td) | |
TriangleDescriptor (Vertex *v1, Vertex *v2, Vertex *v3) | |
Vertex * | vertex (size_t index) const |
Protected Attributes | |
Vertex * | m_vertex [3] |
only used to initialize a triangle. for all other tasks you should use FaceDescriptor.
|
inline |
ug::TriangleDescriptor::TriangleDescriptor | ( | const TriangleDescriptor & | td | ) |
References vertex().
|
inline |
Referenced by ug::ExtrudeLayersMixed().
|
inline |
|
protected |