fixed a typo

master
Hendrik Sollich ago%!(EXTRA string=9 years) committed by Hendrik Sollich
parent 8f0d854605
commit 0476be3e74
  1. 2
      glm/gtc/quaternion.hpp

@ -279,7 +279,7 @@ namespace glm
template <typename T, precision P>
GLM_FUNC_DECL tquat<T, P> rotate(tquat<T, P> const & q, T const & angle, tvec3<T, P> const & axis);
/// Returns euler angles, yitch as x, yaw as y, roll as z.
/// Returns euler angles, pitch as x, yaw as y, roll as z.
/// The result is expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
///
/// @see gtc_quaternion

Loading…
Cancel
Save