17 #include "../gtx/fast_square_root.hpp" 
   19 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED) 
   20 #       pragma message("GLM: GLM_GTX_normalize_dot extension included") 
   32         template <
typename T, precision P, 
template <
typename, precision> 
class vecType>
 
   33         GLM_FUNC_DECL T 
normalizeDot(vecType<T, P> 
const & x, vecType<T, P> 
const & y);
 
   39         template <
typename T, precision P, 
template <
typename, precision> 
class vecType>
 
   40         GLM_FUNC_DECL T 
fastNormalizeDot(vecType<T, P> 
const & x, vecType<T, P> 
const & y);
 
   45 #include "normalize_dot.inl" 
GLM_FUNC_DECL T normalizeDot(vecType< T, P > const &x, vecType< T, P > const &y)
Normalize parameters and returns the dot product of x and y. 
GLM_FUNC_DECL T fastNormalizeDot(vecType< T, P > const &x, vecType< T, P > const &y)
Normalize parameters and returns the dot product of x and y.