Include <glm/gtx/normalized_dot.hpp> to use the features of this extension.
Dot product of vectors that need to be normalize with a single square root.
Normalize parameters and returns the dot product of x and y. It's faster that dot(normalize(x), normalize(y)).
See Also GLM_GTX_normalize_dot extension.
GLM_GTX_normalize_dot extension.
Normalize parameters and returns the dot product of x and y. Faster that dot(fastNormalize(x), fastNormalize(y)).