24package umontreal.ssj.util.multidimsort;
This interface represents a point or array of dimensions in a unit hypercube .
int dimension()
This method returns the number dimensions of this point.
double[] getPoint()
Returns the coordinates of this point.
double getCoordinate(int j)
Returns the value of th coordinate (or dimension).