Flow Visualisation
normalize_dot.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 glm
 

Functions

template<typename genType >
GLM_FUNC_QUALIFIER genType glm::normalizeDot (genType const &x, genType const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::normalizeDot (detail::tvec2< valType > const &x, detail::tvec2< valType > const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::normalizeDot (detail::tvec3< valType > const &x, detail::tvec3< valType > const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::normalizeDot (detail::tvec4< valType > const &x, detail::tvec4< valType > const &y)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::fastNormalizeDot (genType const &x, genType const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::fastNormalizeDot (detail::tvec2< valType > const &x, detail::tvec2< valType > const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::fastNormalizeDot (detail::tvec3< valType > const &x, detail::tvec3< valType > const &y)
 
template<typename valType >
GLM_FUNC_QUALIFIER valType glm::fastNormalizeDot (detail::tvec4< valType > const &x, detail::tvec4< valType > const &y)