politopix
5.0.0
|
This class stores static function that dispatch the main geometric values we use. More...
#include <Rn.h>
Public Member Functions | |
Rn () | |
Static Public Member Functions | |
static polito_EXPORT void | setDimension (unsigned int dim) |
Set the dimension for the cartesian space we work in. More... | |
static polito_EXPORT unsigned int | getDimension () |
Return the dimension of the cartesian space we work in. More... | |
static polito_EXPORT double | getTolerance () |
Give the minimum distance between two points. More... | |
static polito_EXPORT void | setTolerance (double t) |
Give the minimum distance between two points. More... | |
Static Protected Attributes | |
static unsigned int | _dimension = 6 |
Rn dimension. More... | |
static double | _tolerance = 1.e-06 |
Rn dimension. More... | |
This class stores static function that dispatch the main geometric values we use.
|
static |
|
static |
|
static |
|
static |