const float GetCoordinate(int nth) const
Getter for the value of the nth dimension of the point.
Definition: MDPoint.h:22
A simple point class.
Definition: MDPoint.h:10
CMDPoint()
Default constructor.
Definition: MDPoint.cpp:15
void SetCoordinate(int nth, float value)
Setter for the value of the nth dimension of the point.
Definition: MDPoint.h:24
const int GetNDimensions() const
Getter for the number of dimensions.
Definition: MDPoint.h:20