mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
Documentation of Quaternion constructor from MatrixBase
This commit is contained in:
parent
4284c68fbb
commit
0d73440fb2
@ -309,7 +309,7 @@ public:
|
|||||||
|
|
||||||
/** Constructs and initializes a quaternion from either:
|
/** Constructs and initializes a quaternion from either:
|
||||||
* - a rotation matrix expression,
|
* - 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<typename Derived>
|
template<typename Derived>
|
||||||
EIGEN_DEVICE_FUNC explicit inline Quaternion(const MatrixBase<Derived>& other) { *this = other; }
|
EIGEN_DEVICE_FUNC explicit inline Quaternion(const MatrixBase<Derived>& other) { *this = other; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user