Core 1.0
|
Implicit simplex decomposition of space. More...
#include <simplex.h>
Public Member Functions | |
Simplex (const double &=1.0) | |
Create a simplex array. More... | |
~Simplex () | |
Empty. | |
double | Size () const |
Return the size of the simplex structure. | |
Tetrahedra | Corners (const Vector &) const |
Compute the tetrahedron containing the argument point. More... | |
Protected Attributes | |
double | size = 1.0 |
Size. | |
Static Protected Attributes | |
static const double | G3 = 1.0 / 6.0 |
Unskew factors. | |
Implicit simplex decomposition of space.
|
explicit |
Create a simplex array.
s | Size. |
Tetrahedra Simplex::Corners | ( | const Vector & | q | ) | const |
Compute the tetrahedron containing the argument point.
q | Point. |