template<typename type>
type FX::Maths::rsqrt ( const type &  v  )  [inline]

Returns the reciprocal square root of a value.

Definition at line 89 of file FXMaths.h.

References sqrt().

00089 { return 1/sqrt(v); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:01 2009 for TnFOX by doxygen v1.4.7