getDistanceMax method

double getDistanceMax()

Implementation

double getDistanceMax() {
  return sqrt(_distanceMax2);
}