Functions

glm::gtx::normalize_dot Namespace Reference

GLM_GTX_normalize_dot extension: Dot product of vectors that need to be normalize with a single square root. More...

Functions

template<typename genType >
genType::value_type fastNormalizeDot (genType const &x, genType const &y)
template<typename genType >
genType::value_type normalizeDot (genType const &x, genType const &y)

Detailed Description

GLM_GTX_normalize_dot extension: Dot product of vectors that need to be normalize with a single square root.