glm::gtx::fast_square_root Namespace Reference

GLM_GTX_fast_square_root extension: Fast but less accurate implementations of square root based functions. More...


Functions

template<typename T>
fastDistance (const detail::_xvec4< T > &x, const detail::_xvec4< T > &y)
 Faster than the common distance function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastDistance (const detail::_xvec3< T > &x, const detail::_xvec3< T > &y)
 Faster than the common distance function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastDistance (const detail::_xvec2< T > &x, const detail::_xvec2< T > &y)
 Faster than the common distance function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastDistance (T x, T y)
 Faster than the common distance function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastInverseSqrt (T x)
 Faster than the common inversesqrt function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastLength (const detail::_xvec4< T > &x)
 Faster than the common length function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastLength (const detail::_xvec3< T > &x)
 Faster than the common length function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastLength (const detail::_xvec2< T > &x)
 Faster than the common length function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastLength (T x)
 Faster than the common length function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastNormalize (T x)
 Faster than the common normalize function but less accurate (From GLM_GTX_fast_square_root extension).
template<typename T>
fastSqrt (T x)
 Faster than the common sqrt function but less accurate (From GLM_GTX_fast_square_root extension).


Detailed Description

GLM_GTX_fast_square_root extension: Fast but less accurate implementations of square root based functions.

Generated on Sat Aug 9 15:48:37 2008 for OpenGL Mathematics by  doxygen 1.5.5