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 T> |
| T | fastNormalizeDot (T x, T y) |
| | Normalize parameters and returns the dot product of x and y, faster that dot(normalize(x), normalize(y)) (From GLM_GTX_normalize_dot extension).
|
|
template<typename T> |
| T | normalizeDot (T x, T y) |
| | Normalize parameters and returns the dot product of x and y, faster that dot(normalize(x), normalize(y)) (From GLM_GTX_normalize_dot extension).
|
Detailed Description
GLM_GTX_normalize_dot extension: Dot product of vectors that need to be normalize with a single square root.