orientedDistance method

double orientedDistance()

Implementation

double orientedDistance() {
  computeOrientedDistance(g0, g1, ptDist);
  return ptDist.getDistance();
}