|
template<typename Vector3Like , typename OtherScalar > |
| MotionHelicalUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis, const OtherScalar &w, const OtherScalar &v) |
|
template<typename OtherScalar > |
MotionHelicalUnalignedTpl | __mult__ (const OtherScalar &alpha) const |
|
template<typename MotionDerived > |
void | addTo (MotionDense< MotionDerived > &v) const |
|
Scalar & | angularRate () |
|
const Scalar & | angularRate () const |
|
Vector3 & | axis () |
|
const Vector3 & | axis () const |
|
bool | isEqual_impl (const MotionHelicalUnalignedTpl &other) const |
|
Scalar & | linearRate () |
|
const Scalar & | linearRate () const |
|
| MOTION_TYPEDEF_TPL (MotionHelicalUnalignedTpl) |
|
template<typename M1 > |
MotionPlain | motionAction (const MotionDense< M1 > &v) const |
|
template<typename M1 , typename M2 > |
void | motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const |
|
PlainReturnType | plain () const |
|
template<typename S2 , int O2> |
MotionPlain | se3Action_impl (const SE3Tpl< S2, O2 > &m) 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 | se3ActionInverse_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 MotionDerived > |
void | setTo (MotionDense< MotionDerived > &m) const |
|
AngularType | angular () |
|
ConstAngularType | angular () const |
|
void | angular (const Eigen::MatrixBase< V3Like > &w) |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > & | const_cast_derived () const |
|
MotionAlgebraAction< OtherSpatialType, MotionHelicalUnalignedTpl< _Scalar, _Options > >::ReturnType | cross (const OtherSpatialType &d) const |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > & | derived () |
|
const MotionHelicalUnalignedTpl< _Scalar, _Options > & | derived () const |
|
void | disp (std::ostream &os) const |
|
Scalar | dot (const ForceDense< ForceDerived > &f) const |
|
bool | isApprox (const MotionHelicalUnalignedTpl< _Scalar, _Options > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
LinearType | linear () |
|
ConstLinearType | linear () const |
|
void | linear (const Eigen::MatrixBase< V3Like > &v) |
|
| MOTION_TYPEDEF_TPL (MotionHelicalUnalignedTpl< _Scalar, _Options >) |
|
| operator Matrix6 () const |
|
| operator PlainReturnType () const |
|
| operator Vector6 () const |
|
bool | operator!= (const MotionBase< M2 > &other) const |
|
internal::RHSScalarMultiplication< MotionHelicalUnalignedTpl< _Scalar, _Options >, OtherScalar >::ReturnType | operator* (const OtherScalar &alpha) const |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > | operator+ (const MotionBase< MotionHelicalUnalignedTpl< _Scalar, _Options > > &v) const |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > & | operator+= (const MotionBase< MotionHelicalUnalignedTpl< _Scalar, _Options > > &v) |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > | operator- () const |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > | operator- (const MotionBase< MotionHelicalUnalignedTpl< _Scalar, _Options > > &v) const |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > & | operator-= (const MotionBase< MotionHelicalUnalignedTpl< _Scalar, _Options > > &v) |
|
MotionHelicalUnalignedTpl< _Scalar, _Options > | operator/ (const OtherScalar &alpha) const |
|
bool | operator== (const MotionBase< M2 > &other) const |
|
PlainReturnType | plain () const |
|
SE3GroupAction< MotionHelicalUnalignedTpl< _Scalar, _Options > >::ReturnType | se3Action (const SE3Tpl< S2, O2 > &m) const |
|
SE3GroupAction< MotionHelicalUnalignedTpl< _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 \( \xi \). More...
|
|
ToVectorReturnType | toVector () |
|
ToVectorConstReturnType | toVector () const |
|
template<typename _Scalar, int _Options>
struct pinocchio::MotionHelicalUnalignedTpl< _Scalar, _Options >
Definition at line 66 of file joint-helical-unaligned.hpp.