34 #ifndef OPEN_WALKER_CORE_MOMENT_REF_H 35 #define OPEN_WALKER_CORE_MOMENT_REF_H 51 template <
typename _Derived>
55 typedef _Derived Derived;
72 explicit MomentRef(Derived& ref,
int startRow = 0,
int startCol = 0) : Base(ref, startRow, startCol)
79 using Base::operator=;
90 #endif // OPEN_WALKER_CORE_MOMENT_REF_H The MomentRef class.
Definition: moment_ref.h:52
MomentRef(Derived &ref, int startRow=0, int startCol=0)
Default Constructor.
Definition: moment_ref.h:72
The Vector3Ref class.
Definition: vector3_ref.h:53
Definition: angular_acceleration.h:39