  | 
  
    Robotics Library
    0.7.0
    
   | 
 
 
 
 
Go to the documentation of this file.
   27 #ifndef RL_MATH_FORCEVECTOR_H 
   28 #define RL_MATH_FORCEVECTOR_H 
   44             template<
typename Scalar>
 
   48                 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 
   52                 typedef typename ::Eigen::Matrix<Scalar, 6, 1> 
MatrixType;
 
   68                 template<
typename OtherDerived>
 
   78                 template<
typename OtherScalar>
 
   83                     return data.template segment<3>(3);
 
   88                     return data.template segment<3>(3);
 
   98                     return data.template segment<3>(0);
 
  103                     return data.template segment<3>(0);
 
  106                 template<
typename OtherDerived>
 
  129                 template<
typename OtherScalar>
 
  138                 template<
typename OtherScalar>
 
  164 #endif // RL_MATH_FORCEVECTOR_H 
  
Articulated-body inertia.
Definition: ArticulatedBodyInertia.h:47
 
ConstMomentType moment() const
Definition: ForceVector.h:101
 
ForceVector(const ::Eigen::MatrixBase< OtherDerived > &other)
Definition: ForceVector.h:69
 
spatial::ArticulatedBodyInertia< Real > ArticulatedBodyInertia
Definition: Spatial.h:52
 
ForceVector operator*(const OtherScalar &other) const
Definition: ForceVector.h:130
 
ForceVector operator+(const ForceVector &other) const
Definition: ForceVector.h:113
 
spatial::MotionVector< Real > MotionVector
Definition: Spatial.h:56
 
const ::Eigen::Block< ConstMatrixType, 3, 1 > ConstForceType
Definition: ForceVector.h:62
 
ForceVector & operator=(const ::Eigen::MatrixBase< OtherDerived > &other)
Definition: ForceVector.h:107
 
ConstMatrixType & matrix() const
Definition: ForceVector.h:91
 
Scalar dot(const MotionVector< OtherScalar > &other) const
Definition: ForceVector.hxx:40
 
ForceType force()
Definition: ForceVector.h:81
 
Scalar ScalarType
Definition: ForceVector.h:50
 
::Eigen::Block< MatrixType, 3, 1 > ForceType
Definition: ForceVector.h:60
 
const ::Eigen::Block< ConstMatrixType, 3, 1 > ConstMomentType
Definition: ForceVector.h:58
 
ArticulatedBodyInertia< Scalar > operator*(const ForceVector &other) const
 
MatrixType data
Definition: ForceVector.h:158
 
const MatrixType ConstMatrixType
Definition: ForceVector.h:54
 
::Eigen::Block< MatrixType, 3, 1 > MomentType
Definition: ForceVector.h:56
 
ForceVector operator/(const OtherScalar &other) const
Definition: ForceVector.h:139
 
Force vector.
Definition: ForceVector.h:46
 
virtual ~ForceVector()
Definition: ForceVector.h:74
 
Motion vector.
Definition: MotionVector.h:45
 
MomentType moment()
Definition: ForceVector.h:96
 
ForceVector()
Definition: ForceVector.h:64
 
::Eigen::Matrix< Scalar, 6, 1 > MatrixType
Definition: ForceVector.h:52
 
ForceVector operator-(const ForceVector &other) const
Definition: ForceVector.h:121
 
void setZero()
Definition: ForceVector.h:149
 
ConstForceType force() const
Definition: ForceVector.h:86
 
Robotics Library.
Definition: AnalogInput.cpp:30