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>
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>
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.

Generated on Sat Aug 9 15:48:37 2008 for OpenGL Mathematics by  doxygen 1.5.5