17 #include "../gtx/fast_square_root.hpp" 19 #ifndef GLM_ENABLE_EXPERIMENTAL 20 # error "GLM: GLM_GTX_normalize_dot is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 23 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED) 24 # pragma message("GLM: GLM_GTX_normalize_dot extension included") 36 template<length_t L,
typename T, qualifier Q>
37 GLM_FUNC_DECL T
normalizeDot(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y);
43 template<length_t L,
typename T, qualifier Q>
44 GLM_FUNC_DECL T
fastNormalizeDot(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y);
49 #include "normalize_dot.inl" GLM_FUNC_DECL T normalizeDot(vec< L, T, Q > const &x, vec< L, T, Q > const &y)
Normalize parameters and returns the dot product of x and y.
GLM_FUNC_DECL T fastNormalizeDot(vec< L, T, Q > const &x, vec< L, T, Q > const &y)
Normalize parameters and returns the dot product of x and y.