mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-12-28 07:34:32 +00:00
Added Wikipedia reference for HMM_FastInverseSquareRoot
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user