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