Go to the documentation of this file.
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>
83 #include "fast_square_root.inl"
85 #endif//GLM_GTX_fast_square_root