39 #ifndef GLM_GTX_normalize_dot
40 #define GLM_GTX_normalize_dot
44 #include "../gtx/fast_square_root.hpp"
46 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
47 # pragma message("GLM: GLM_GTX_normalize_dot extension included")
58 template <
typename genType>
66 template <
typename genType>
74 #include "normalize_dot.inl"
76 #endif//GLM_GTX_normalize_dot
genType::value_type fastNormalizeDot(genType const &x, genType const &y)
Normalize parameters and returns the dot product of x and y.
genType::value_type normalizeDot(genType const &x, genType const &y)
Normalize parameters and returns the dot product of x and y.