Functions

glm::gtx::vector_angle Namespace Reference

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)

Detailed Description

GLM_GTX_vector_angle extension: Compute angle between vectors.