34 #ifndef OPEN_WALKER_CORE_LINEAR_POSITION_REF_H 35 #define OPEN_WALKER_CORE_LINEAR_POSITION_REF_H 51 template <
typename _Derived>
55 typedef _Derived Derived;
73 Base(ref, startRow, startCol)
80 using Base::operator=;
91 #endif // OPEN_WALKER_CORE_LINEAR_POSITION_REF_H The LinearPositionRef class.
Definition: linear_position_ref.h:52
The Vector3Ref class.
Definition: vector3_ref.h:53
Definition: angular_acceleration.h:39
LinearPositionRef(Derived &ref, int startRow=0, int startCol=0)
Default Constructor.
Definition: linear_position_ref.h:72