GLM_GTX_vector_angle extension: Compute angle between vectors. More...
Functions | |
template<typename vecType > | |
vecType::value_type | angle (vecType const &x, vecType const &y) |
template<typename vecType > | |
vecType::value_type | orientedAngle (vecType const &x, vecType const &y) |
template<typename vecType > | |
vecType::value_type | orientedAngleFromRef (vecType const &x, vecType const &y, detail::tvec3< typename vecType::value_type > const &ref) |
GLM_GTX_vector_angle extension: Compute angle between vectors.