patch by Myguel from the forum: fix documentation

This commit is contained in:
Benoit Jacob 2009-06-29 19:26:20 +02:00
parent bf91003d37
commit 632cb7a4a1

View File

@ -303,7 +303,9 @@ inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const MatrixBase<Derive
return *this; return *this;
} }
/** Convert the quaternion to a 3x3 rotation matrix */ /** Convert the quaternion to a 3x3 rotation matrix. The quaternion is required to
* be normalized, otherwise the result is undefined.
*/
template<typename Scalar> template<typename Scalar>
inline typename Quaternion<Scalar>::Matrix3 inline typename Quaternion<Scalar>::Matrix3
Quaternion<Scalar>::toRotationMatrix(void) const Quaternion<Scalar>::toRotationMatrix(void) const