Searched refs:bestDistance (Results 1 – 1 of 1) sorted by relevance
453 double bestDistance = Double.MAX_VALUE; in movePointInsideNearestRectangle() local472 if (candidateDistance < bestDistance) { in movePointInsideNearestRectangle()475 bestDistance = candidateDistance; in movePointInsideNearestRectangle()