Searched refs:unitVectorX (Results 1 – 1 of 1) sorted by relevance
116 float unitVectorX = NearZero(vectorLen) ? 0.0f : vectorX / vectorLen; in CalculateCenterPoint() local118 float extendedVectorX = unitVectorX * radius; in CalculateCenterPoint()