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