mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-09 22:39:05 +08:00
Added ei_traits<Quaternion>::PlainObject.
This commit is contained in:
parent
ac8ff44278
commit
f75e6773b0
@ -211,6 +211,7 @@ public:
|
||||
template<typename _Scalar>
|
||||
struct ei_traits<Quaternion<_Scalar> >
|
||||
{
|
||||
typedef Quaternion<_Scalar> PlainObject;
|
||||
typedef _Scalar Scalar;
|
||||
typedef Matrix<_Scalar,4,1> Coefficients;
|
||||
enum{
|
||||
|
Loading…
x
Reference in New Issue
Block a user