Searched refs:closestDistSq (Results 1 – 1 of 1) sorted by relevance
524 double closestDistSq = SK_ScalarInfinity; in distSq() local530 if (closestDistSq > testDistSq) { in distSq()531 closestDistSq = testDistSq; in distSq()534 return closestDistSq; in distSq()