getDistanceMin method

double getDistanceMin()

Implementation

double getDistanceMin() {
  return sqrt(_distanceMin2);
}