Darc Library
2012.11
|
#include <cr_tetrahedron.h>
Public Member Functions | |
GE_Tetrahdron (Vector3D *_v0, Vector3D *_v1, Vector3D *_v2, Vector3D *_v3) | |
DCR | ccw_lh () |
Public Attributes | |
Vector3D * | m_v0 |
Vector3D * | m_v1 |
Vector3D * | m_v2 |
Vector3D * | m_v3 |
Class for triangles in 3D. Points should be given in CCW-LH order (i.e. ABC Plane in CCW order if looked at from the outside, D in ABxAC (LH cross product) direction.
darc::core::GE_Tetrahdron::GE_Tetrahdron | ( | Vector3D * | _v0, |
Vector3D * | _v1, | ||
Vector3D * | _v2, | ||
Vector3D * | _v3 | ||
) | [inline] |