mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +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:
|
||||
* - 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>
|
||||
EIGEN_DEVICE_FUNC explicit inline Quaternion(const MatrixBase<Derived>& other) { *this = other; }
|
||||
|
Loading…
Reference in New Issue
Block a user