Searched refs:magSquared (Results 1 – 1 of 1) sorted by relevance
40 float magSquared = x * x + y * y + z * z; in findOrthogonalVector() local41 float invMag = 1.0f / sqrtf(magSquared); in findOrthogonalVector()