Searched refs:closestDistSq (Results 1 – 2 of 2) sorted by relevance
517 double closestDistSq = SK_ScalarInfinity; in distSq() local523 if (closestDistSq > testDistSq) { in distSq()524 closestDistSq = testDistSq; in distSq()527 return closestDistSq; in distSq()