mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
patch by Myguel from the forum: fix documentation
This commit is contained in:
parent
bf91003d37
commit
632cb7a4a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user