|
template<typename Derived > |
void | addTo (MotionDense< Derived > &other) const |
|
bool | isEqual_impl (const MotionTranslationTpl &other) const |
|
const Vector3 & | linear () const |
|
Vector3 & | linear () |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | MOTION_TYPEDEF_TPL (MotionTranslationTpl) |
|
template<typename M1 , typename M2 > |
void | motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const |
|
template<typename M1 > |
MotionPlain | motionAction (const MotionDense< M1 > &v) const |
|
| MotionTranslationTpl () |
|
template<typename Vector3Like > |
| MotionTranslationTpl (const Eigen::MatrixBase< Vector3Like > &v) |
|
| MotionTranslationTpl (const MotionTranslationTpl &other) |
|
Vector3 & | operator() () |
|
const Vector3 & | operator() () const |
|
MotionTranslationTpl & | operator= (const MotionTranslationTpl &other) |
|
PlainReturnType | plain () const |
|
template<typename S2 , int O2, typename D2 > |
void | se3Action_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
|
template<typename S2 , int O2> |
MotionPlain | se3Action_impl (const SE3Tpl< S2, O2 > &m) const |
|
template<typename S2 , int O2, typename D2 > |
void | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
|
template<typename S2 , int O2> |
MotionPlain | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m) const |
|
template<typename Derived > |
void | setTo (MotionDense< Derived > &other) const |
|
ConstAngularType | angular () const |
|
AngularType | angular () |
|
void | angular (const Eigen::MatrixBase< V3Like > &w) |
|
MotionAlgebraAction< OtherSpatialType, MotionTranslationTpl< _Scalar, _Options > >::ReturnType | cross (const OtherSpatialType &d) const |
|
MotionTranslationTpl< _Scalar, _Options > & | derived () |
|
const MotionTranslationTpl< _Scalar, _Options > & | derived () const |
|
void | disp (std::ostream &os) const |
|
Scalar | dot (const ForceDense< ForceDerived > &f) const |
|
bool | isApprox (const MotionTranslationTpl< _Scalar, _Options > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
ConstLinearType | linear () const |
|
LinearType | linear () |
|
void | linear (const Eigen::MatrixBase< V3Like > &v) |
|
| MOTION_TYPEDEF_TPL (MotionTranslationTpl< _Scalar, _Options >) |
|
| operator Matrix6 () const |
|
| operator PlainReturnType () const |
|
| operator Vector6 () const |
|
bool | operator!= (const MotionBase< M2 > &other) const |
|
internal::RHSScalarMultiplication< MotionTranslationTpl< _Scalar, _Options >, OtherScalar >::ReturnType | operator* (const OtherScalar &alpha) const |
|
MotionTranslationTpl< _Scalar, _Options > | operator+ (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v) const |
|
MotionTranslationTpl< _Scalar, _Options > & | operator+= (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v) |
|
MotionTranslationTpl< _Scalar, _Options > | operator- () const |
|
MotionTranslationTpl< _Scalar, _Options > | operator- (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v) const |
|
MotionTranslationTpl< _Scalar, _Options > & | operator-= (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v) |
|
MotionTranslationTpl< _Scalar, _Options > | operator/ (const OtherScalar &alpha) const |
|
bool | operator== (const MotionBase< M2 > &other) const |
|
PlainReturnType | plain () const |
|
SE3GroupAction< MotionTranslationTpl< _Scalar, _Options > >::ReturnType | se3Action (const SE3Tpl< S2, O2 > &m) const |
|
SE3GroupAction< MotionTranslationTpl< _Scalar, _Options > >::ReturnType | se3ActionInverse (const SE3Tpl< S2, O2 > &m) const |
|
void | setZero () |
|
ActionMatrixType | toActionMatrix () const |
|
ActionMatrixType | toDualActionMatrix () const |
|
HomogeneousMatrixType | toHomogeneousMatrix () const |
| The homogeneous representation of the motion vector . More...
|
|
ToVectorConstReturnType | toVector () const |
|
ToVectorReturnType | toVector () |
|
template<typename _Scalar, int _Options>
struct pinocchio::MotionTranslationTpl< _Scalar, _Options >
Definition at line 18 of file joint-translation.hpp.