34 #ifndef OPEN_WALKER_CORE_QUATERNION_REF_H 35 #define OPEN_WALKER_CORE_QUATERNION_REF_H 55 template <
typename _Derived>
59 typedef _Derived Derived;
77 Base(ref, startRow, startCol)
84 using Base::operator=;
89 using Base::operator*=;
100 #endif // OPEN_WALKER_CORE_QUATERNION_REF_H The QuaternionRef class.
Definition: quaternion_ref.h:44
Get Eigen::QuaternionRef to our namespace.
Definition: quaternion_ref.h:56
Definition: angular_acceleration.h:39
QuaternionRef(Derived &ref, int startRow=0, int startCol=0)
Default Constructor.
Definition: quaternion_ref.h:76