0.9.8 API documenation
Functions
normalize_dot.hpp File Reference

GLM_GTX_normalize_dot More...

Go to the source code of this file.

Functions

template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T fastNormalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T normalizeDot (vecType< T, P > const &x, vecType< T, P > const &y)
 Normalize parameters and returns the dot product of x and y. More...
 

Detailed Description

GLM_GTX_normalize_dot

See also
GLM Core (dependence)
GLM_GTX_fast_square_root (dependence)

Definition in file normalize_dot.hpp.