static polito_EXPORT unsigned int getDimension()
Return the dimension of the cartesian space we work in.
This class stores static function that dispatch the main geometric values we use.
static double _tolerance
Rn dimension.
static unsigned int _dimension
Rn dimension.
static polito_EXPORT void setTolerance(double t)
Give the minimum distance between two points.
static polito_EXPORT void setDimension(unsigned int dim)
Set the dimension for the cartesian space we work in.
static polito_EXPORT double getTolerance()
Give the minimum distance between two points.