diff --git a/Eigen/src/Geometry/Quaternion.h b/Eigen/src/Geometry/Quaternion.h index 3a27505a8..42ce0bbfb 100644 --- a/Eigen/src/Geometry/Quaternion.h +++ b/Eigen/src/Geometry/Quaternion.h @@ -309,7 +309,7 @@ public: /** Constructs and initializes a quaternion from either: * - a rotation matrix expression, - * - a 4D vector expression representing quaternion coefficients. + * - a 4D vector expression representing quaternion coefficients in the order [\c x, \c y, \c z, \c w]. */ template EIGEN_DEVICE_FUNC explicit inline Quaternion(const MatrixBase& other) { *this = other; }