Added Wikipedia reference for HMM_FastInverseSquareRoot

This commit is contained in:
Kyle De'Vir
2016-06-05 20:19:59 +10:00
parent a1f4117d4b
commit 60d035692b

View File

@@ -352,6 +352,7 @@ HMM_LengthSquareRoot(hmm_vec3 A)
return (Result);
}
// Refer to https://en.wikipedia.org/wiki/Fast_inverse_square_root
HINLINE float
HMM_FastInverseSquareRoot(float Number)
{