getPosition method

Point<double> getPosition()

Implementation

Point<double> getPosition() {
  return _position;
}