![]() |
Eigen
3.3.3
|
Quaternion expression mapping a constant memory buffer.
| _Scalar | the type of the Quaternion coefficients |
| _Options | see class Map |
This is a specialization of class Map for Quaternion. This class allows to view a 4 scalar memory buffer as an Eigen's Quaternion object.
Inheritance diagram for Eigen::Map< const Quaternion< _Scalar >, _Options >:Public Types | |
| typedef _Scalar | Scalar |
Public Member Functions | |
| const Coefficients & | coeffs () const |
| Map (const Scalar *coeffs) | |
| typedef _Scalar Eigen::Map< const Quaternion< _Scalar >, _Options >::Scalar |
the scalar type of the coefficients
Reimplemented from Eigen::QuaternionBase< Map< const Quaternion< _Scalar >, _Options > >.
| Eigen::Map< const Quaternion< _Scalar >, _Options >::Map | ( | const Scalar * | coeffs | ) | [inline, explicit] |
Constructs a Mapped Quaternion object from the pointer coeffs
The pointer coeffs must reference the four coefficients of Quaternion in the following order:
If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned.
| const Coefficients& Eigen::Map< const Quaternion< _Scalar >, _Options >::coeffs | ( | ) | const [inline] |
Reimplemented from Eigen::QuaternionBase< Map< const Quaternion< _Scalar >, _Options > >.