pinocchio  3.3.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > Struct Template Reference
Inheritance diagram for JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options >:
Collaboration diagram for JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options >:

Classes

struct  TransposeConst
 

Public Types

enum  { NV = 1 }
 
typedef traits< JointMotionSubspaceRevoluteUnalignedTpl >::Vector3 Vector3
 
- Public Types inherited from NumericalBase< Derived >
typedef traits< Derived >::Scalar Scalar
 

Public Member Functions

template<typename Vector3Like >
 JointMotionSubspaceRevoluteUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis)
 
template<typename Vector1Like >
JointMotion __mult__ (const Eigen::MatrixBase< Vector1Like > &v) const
 
Vector3 & axis ()
 
const Vector3 & axis () const
 
bool isEqual (const JointMotionSubspaceRevoluteUnalignedTpl &other) const
 
DenseBase matrix_impl () const
 
template<typename MotionDerived >
MotionAlgebraAction< JointMotionSubspaceRevoluteUnalignedTpl, MotionDerived >::ReturnType motionAction (const MotionDense< MotionDerived > &m) const
 
int nv_impl () const
 
template<typename S1 , int O1>
SE3GroupAction< JointMotionSubspaceRevoluteUnalignedTpl >::ReturnType se3Action (const SE3Tpl< S1, O1 > &m) const
 
template<typename S1 , int O1>
SE3GroupAction< JointMotionSubspaceRevoluteUnalignedTpl >::ReturnType se3ActionInverse (const SE3Tpl< S1, O1 > &m) const
 
TransposeConst transpose () const
 
- Public Member Functions inherited from JointMotionSubspaceBase< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > >
int cols () const
 
JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > & derived ()
 
const JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > & derived () const
 
void disp (std::ostream &os) const
 
bool isApprox (const JointMotionSubspaceBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
MatrixReturnType matrix ()
 
ConstMatrixReturnType matrix () const
 
MotionAlgebraAction< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options >, MotionDerived >::ReturnType motionAction (const MotionDense< MotionDerived > &v) const
 
int nv () const
 
JointMotion operator* (const Eigen::MatrixBase< VectorLike > &vj) const
 
bool operator== (const JointMotionSubspaceBase< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > > &other) const
 
SE3GroupAction< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > >::ReturnType se3Action (const SE3Tpl< Scalar, Options > &m) const
 
SE3GroupAction< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > >::ReturnType se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const
 

Protected Attributes

Vector3 m_axis
 

Additional Inherited Members

- Static Public Member Functions inherited from JointMotionSubspaceBase< JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options > >
static int rows ()
 

Detailed Description

template<typename _Scalar, int _Options>
struct pinocchio::JointMotionSubspaceRevoluteUnalignedTpl< _Scalar, _Options >

Definition at line 282 of file joint-revolute-unaligned.hpp.


The documentation for this struct was generated from the following file: