Searched refs:candidateDistance (Results 1 – 1 of 1) sorted by relevance
437 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle() local440 if (candidateDistance < bestDistance) { in movePointInsideNearestRectangle()443 bestDistance = candidateDistance; in movePointInsideNearestRectangle()