40 #ifndef GLM_GTX_fast_square_root
41 #define GLM_GTX_fast_square_root GLM_VERSION
46 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
47 # pragma message("GLM: GLM_GTX_fast_square_root extension included")
57 template <
typename genType>
62 template <
typename genType>
67 template <
typename genType>
68 typename genType::value_type
fastLength(genType
const & x);
72 template <
typename genType>
73 typename genType::value_type
fastDistance(genType
const & x, genType
const & y);
77 template <
typename genType>
85 #endif//GLM_GTX_fast_square_root
Definition: _detail.hpp:38
genType::value_type fastDistance(genType const &x, genType const &y)
Definition: fast_square_root.inl:89
genType fastNormalize(genType const &x)
Definition: fast_square_root.inl:100
genType fastSqrt(genType const &x)
Definition: fast_square_root.inl:15
genType fastInverseSqrt(genType const &x)
Definition: fast_square_root.inl:29
genType::value_type fastLength(genType const &x)
Definition: fast_square_root.inl:49