Added ei_traits<Quaternion>::PlainObject.

This commit is contained in:
Hauke Heibel 2010-02-21 15:24:10 +01:00
parent ac8ff44278
commit f75e6773b0

View File

@ -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{