Browse Source

Math: haha whoops.

pull/403/head
Vladimír Vondruš 7 years ago
parent
commit
959ab7a444
  1. 2
      src/Magnum/Math/Quaternion.h

2
src/Magnum/Math/Quaternion.h

@ -403,7 +403,7 @@ template<class T> class Quaternion {
* @brief Convert to an euler vector * @brief Convert to an euler vector
* @m_since_latest * @m_since_latest
* *
* Expects that the quaternion is normalized. Returs the angles in an * Expects that the quaternion is normalized. Returns the angles in an
* XYZ order, you can combine them back to a quaternion like this: * XYZ order, you can combine them back to a quaternion like this:
* *
* @snippet MagnumMath.cpp Quaternion-fromEuler * @snippet MagnumMath.cpp Quaternion-fromEuler

Loading…
Cancel
Save