getDistance method

double getDistance()

Gets the minimum possible distance between the Boundables in this pair. If the members are both items, this will be the exact distance between them. Otherwise, this distance will be a lower bound on the distances between the items in the members.

@return the exact or lower bound distance for this pair

Implementation

double getDistance() {
  return _distance;
}