InvSqrt

From King Arthur's Gold Wiki
Jump to: navigation, search

Returns the inverse square root of x.


This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.

float Maths::InvSqrt(float x)