master
sippeangelo ago%!(EXTRA string=10 years)
parent 78f686b4be
commit 014a7f8404
  1. 2
      glm/gtc/quaternion.inl

@ -664,7 +664,7 @@ namespace detail
template <typename T, precision P> template <typename T, precision P>
GLM_FUNC_QUALIFIER T yaw(tquat<T, P> const & q) GLM_FUNC_QUALIFIER T yaw(tquat<T, P> const & q)
{ {
return asin(T(-2) * (q.x * q.z - q.w * q.y)); return asin(clamp(T(-2) * (q.x * q.z - q.w * q.y), T(-1), T(1)));
} }
template <typename T, precision P> template <typename T, precision P>

Loading…
Cancel
Save