![]() |
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) |
Normalize parameters and returns the dot product of x and y. | |
template<typename genType > | |
genType::value_type | normalizeDot (genType const &x, genType const &y) |
Normalize parameters and returns the dot product of x and y. |
GLM_GTX_normalize_dot extension: Dot product of vectors that need to be normalize with a single square root.