#include <GteTetrahedron3.h>
Public Member Functions | |
| void | GetFaceIndices (int face, int index[3]) const |
| void | GetPlanes (Plane3< Real > plane[4]) const |
| bool | operator!= (Tetrahedron3 const &tetrahedron) const |
| bool | operator< (Tetrahedron3 const &tetrahedron) const |
| bool | operator<= (Tetrahedron3 const &tetrahedron) const |
| bool | operator== (Tetrahedron3 const &tetrahedron) const |
| bool | operator> (Tetrahedron3 const &tetrahedron) const |
| bool | operator>= (Tetrahedron3 const &tetrahedron) const |
| Tetrahedron3 () | |
| Tetrahedron3 (Vector3< Real > const &v0, Vector3< Real > const &v1, Vector3< Real > const &v2, Vector3< Real > const &v3) | |
| Tetrahedron3 (Vector3< Real > const inV[4]) | |
Public Attributes | |
| Vector3< Real > | v [4] |
Definition at line 26 of file GteTetrahedron3.h.
| gte::Tetrahedron3< Real >::Tetrahedron3 | ( | ) |
Definition at line 60 of file GteTetrahedron3.h.
| gte::Tetrahedron3< Real >::Tetrahedron3 | ( | Vector3< Real > const & | v0, |
| Vector3< Real > const & | v1, | ||
| Vector3< Real > const & | v2, | ||
| Vector3< Real > const & | v3 | ||
| ) |
Definition at line 69 of file GteTetrahedron3.h.
| gte::Tetrahedron3< Real >::Tetrahedron3 | ( | Vector3< Real > const | inV[4] | ) |
Definition at line 79 of file GteTetrahedron3.h.
| void gte::Tetrahedron3< Real >::GetFaceIndices | ( | int | face, |
| int | index[3] | ||
| ) | const |
Definition at line 88 of file GteTetrahedron3.h.
| void gte::Tetrahedron3< Real >::GetPlanes | ( | Plane3< Real > | plane[4] | ) | const |
Definition at line 118 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator!= | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 157 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator< | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 163 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator<= | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 182 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator== | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 148 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator> | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 188 of file GteTetrahedron3.h.
| bool gte::Tetrahedron3< Real >::operator>= | ( | Tetrahedron3< Real > const & | tetrahedron | ) | const |
Definition at line 194 of file GteTetrahedron3.h.
| Vector3<Real> gte::Tetrahedron3< Real >::v[4] |
Definition at line 46 of file GteTetrahedron3.h.