|  | 1.0.0 API documentation
    | 
Go to the source code of this file.
| Functions | |
| template<length_t L, typename T , qualifier Q> | |
| GLM_FUNC_DECL T | angle (vec< L, T, Q > const &x, vec< L, T, Q > const &y) | 
| Returns the absolute angle between two vectors.  More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL T | orientedAngle (vec< 2, T, Q > const &x, vec< 2, T, Q > const &y) | 
| Returns the oriented angle between two 2d vectors.  More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL T | orientedAngle (vec< 3, T, Q > const &x, vec< 3, T, Q > const &y, vec< 3, T, Q > const &ref) | 
| Returns the oriented angle between two 3d vectors based from a reference axis.  More... | |
Definition in file vector_angle.hpp.
 1.8.18
 1.8.18