#include <MgcTetrahedron.h>
Public Member Functions | |
Tetrahedron () | |
Tetrahedron (const Vector3 &rkV0, const Vector3 &rkV1, const Vector3 &rkV2, const Vector3 &rkV3) | |
Tetrahedron (const Vector3 akV[4]) | |
Vector3 & | operator[] (int i) |
const Vector3 & | operator[] (int i) const |
void | GetPlanes (Plane akPlane[4]) const |
Protected Attributes | |
Vector3 | m_akVertex [4] |
Definition at line 20 of file MgcTetrahedron.h.
Mgc::Tetrahedron::Tetrahedron | ( | ) |
Mgc::Tetrahedron::Tetrahedron | ( | const Vector3 & | rkV0, | |
const Vector3 & | rkV1, | |||
const Vector3 & | rkV2, | |||
const Vector3 & | rkV3 | |||
) |
Mgc::Tetrahedron::Tetrahedron | ( | const Vector3 | akV[4] | ) |
void Mgc::Tetrahedron::GetPlanes | ( | Plane | akPlane[4] | ) | const |
Vector3 Mgc::Tetrahedron::m_akVertex[4] [protected] |
Definition at line 36 of file MgcTetrahedron.h.