#include <GtePrimalQuery3.h>
Public Member Functions | |
| int | GetNumVertices () const |
| Vector3< Real > const * | GetVertices () const |
| PrimalQuery3 () | |
| PrimalQuery3 (int numVertices, Vector3< Real > const *vertices) | |
| void | Set (int numVertices, Vector3< Real > const *vertices) |
| int | ToCircumsphere (int i, int v0, int v1, int v2, int v3) const |
| int | ToCircumsphere (Vector3< Real > const &test, int v0, int v1, int v2, int v3) const |
| int | ToPlane (int i, int v0, int v1, int v2) const |
| int | ToPlane (Vector3< Real > const &test, int v0, int v1, int v2) const |
| int | ToTetrahedron (int i, int v0, int v1, int v2, int v3) const |
| int | ToTetrahedron (Vector3< Real > const &test, int v0, int v1, int v2, int v3) const |
Private Attributes | |
| int | mNumVertices |
| Vector3< Real > const * | mVertices |
Definition at line 23 of file GtePrimalQuery3.h.
| gte::PrimalQuery3< Real >::PrimalQuery3 | ( | ) |
Definition at line 97 of file GtePrimalQuery3.h.
| gte::PrimalQuery3< Real >::PrimalQuery3 | ( | int | numVertices, |
| Vector3< Real > const * | vertices | ||
| ) |
Definition at line 105 of file GtePrimalQuery3.h.
|
inline |
Definition at line 121 of file GtePrimalQuery3.h.
|
inline |
Definition at line 127 of file GtePrimalQuery3.h.
|
inline |
Definition at line 114 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToCircumsphere | ( | int | i, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) | const |
Definition at line 213 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToCircumsphere | ( | Vector3< Real > const & | test, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) | const |
Definition at line 220 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToPlane | ( | int | i, |
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) | const |
Definition at line 133 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToPlane | ( | Vector3< Real > const & | test, |
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) | const |
Definition at line 139 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToTetrahedron | ( | int | i, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) | const |
Definition at line 175 of file GtePrimalQuery3.h.
| int gte::PrimalQuery3< Real >::ToTetrahedron | ( | Vector3< Real > const & | test, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) | const |
Definition at line 182 of file GtePrimalQuery3.h.
|
private |
Definition at line 91 of file GtePrimalQuery3.h.
|
private |
Definition at line 92 of file GtePrimalQuery3.h.