Searched refs:thresholdSquared (Results 1 – 1 of 1) sorted by relevance
249 final int thresholdSquared = threshold * threshold; in computeNearestNeighbors() local348 if (key.squaredDistanceToEdge(centerX, centerY) < thresholdSquared) { in computeNearestNeighbors()