34 #ifndef OPEN_WALKER_CORE_ANGULAR_ACCELERATION_REF_H 35 #define OPEN_WALKER_CORE_ANGULAR_ACCELERATION_REF_H 52 template <
typename _Derived>
57 typedef _Derived Derived;
75 Base(ref, startRow, startCol)
82 using Base::operator=;
93 #endif // OPEN_WALKER_CORE_ANGULAR_ACCELERATION_REF_H The Vector3Ref class.
Definition: vector3_ref.h:53
The AngularAccelerationRef class.
Definition: angular_acceleration_ref.h:53
Definition: angular_acceleration.h:39
AngularAccelerationRef(Derived &ref, int startRow=0, int startCol=0)
Default Constructor.
Definition: angular_acceleration_ref.h:74