34 #ifndef OPEN_WALKER_CORE_LINEAR_POSITION_H 35 #define OPEN_WALKER_CORE_LINEAR_POSITION_H 48 template <
typename _Scalar>
53 typedef _Scalar Scalar;
54 typedef Eigen::Matrix<_Scalar,3,1> Derived;
85 template <
typename OtherDerived>
95 using Base::operator=;
101 #endif // OPEN_WALKER_CORE_LINEAR_POSITION_H LinearPosition(const Eigen::EigenBase< OtherDerived > &other)
Copy constructor.
Definition: linear_position.h:86
The LinearPositionRef class.
Definition: linear_position_ref.h:52
The LinearPosition class.
Definition: linear_position.h:49
Definition: angular_acceleration.h:39
LinearPosition(const Scalar &x, const Scalar &y, const Scalar &z)
Assignment from Scalar values.
Definition: linear_position.h:73
LinearPosition()
Default Constructor.
Definition: linear_position.h:64