#include <simplex.h>
Public Member Functions | |
| Simplex () | |
| Simplex (const Point &x, const Point &y) | |
| Simplex (const Point &x, const Point &y, const Point &z) | |
| Simplex (const Point &x, const Point &y, const Point &z, const Point &t) | |
| Simplex (const Point &x, const Point &y, const Point &z, const Point &t, const Point &w) | |
| size_t | getDimension () const |
| const Point & | operator[] (size_t t) const |
| Point & | operator[] (size_t t) |
|
|
default constructor |
|
||||||||||||
|
constructs a new 1D simplex
|
|
||||||||||||||||
|
constructs a new 2D simplex
|
|
||||||||||||||||||||
|
constructs a new 3D simplex
|
|
||||||||||||||||||||||||
|
constructs a new 4D simplex
|
|
|
|
|
|
|
|
|
|
1.4.6