distance method

double distance()

Implementation

double distance() {
  compute(g0, g1);
  return ptDist.getDistance();
}