Lines Matching defs:distance
185 distance = euclideanDist(centerPoint, vInf->point);
193 // distance from the point we are sweeping around.
194 if (distance == rhs.distance)
205 return distance < rhs.distance;
238 double distance;
259 dist1(p1.distance),
262 angleDist(p1.distance)
418 if (point.distance > closestIt->angleDist)
422 else if ((point.distance == closestIt->angleDist) &&
440 if (point.distance > closestIt->angleDist)
444 else if ((point.distance == closestIt->angleDist) &&
618 const double& currDist = (*t).distance;