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

Public Types

typedef SpatialAxis< axis+LINEAR > AxisLinear
 
typedef AxisLinear::CartesianAxis3 CartesianAxis3Linear
 
- Public Types inherited from NumericalBase< Derived >
typedef traits< Derived >::Scalar Scalar
 

Public Member Functions

 TransformHelicalTpl (const Scalar &sin, const Scalar &cos, const Scalar &displacement)
 
Scalar & cos ()
 
const Scalar & cos () const
 
Scalar & displacement ()
 
const Scalar & displacement () const
 
bool isEqual (const TransformHelicalTpl &other) const
 
 operator PlainType () const
 
 PINOCCHIO_SE3_TYPEDEF_TPL (TransformHelicalTpl)
 
PlainType plain () const
 
AngularType rotation () const
 
template<typename S2 , int O2>
SE3GroupAction< TransformHelicalTpl >::ReturnType se3action (const SE3Tpl< S2, O2 > &m) const
 
template<typename Scalar1 , typename Scalar2 , typename Scalar3 >
void setValues (const Scalar1 &sin, const Scalar2 &cos, const Scalar3 &displacement)
 
Scalar & sin ()
 
const Scalar & sin () const
 
LinearType translation () const
 
- Public Member Functions inherited from SE3Base< TransformHelicalTpl< _Scalar, _Options, axis > >
SE3GroupAction< D >::ReturnType act (const D &d) const
 ay = aXb.act(by)
 
SE3GroupAction< D >::ReturnType actInv (const D &d) const
 by = aXb.actInv(ay)
 
TransformHelicalTpl< _Scalar, _Options, axis > & const_cast_derived () const
 
TransformHelicalTpl< _Scalar, _Options, axis > & derived ()
 
const TransformHelicalTpl< _Scalar, _Options, axis > & derived () const
 
void disp (std::ostream &os) const
 
bool isApprox (const TransformHelicalTpl< _Scalar, _Options, axis > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isIdentity (const typename traits< TransformHelicalTpl< _Scalar, _Options, axis > >::Scalar &prec=Eigen::NumTraits< typename traits< TransformHelicalTpl< _Scalar, _Options, axis > >::Scalar >::dummy_precision()) const
 
bool isNormalized (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
void normalize ()
 Normalize *this in such a way the rotation part of *this lies on SO(3).
 
PlainType normalized () const
 
 operator ActionMatrixType () const
 
 operator HomogeneousMatrixType () const
 
bool operator!= (const TransformHelicalTpl< _Scalar, _Options, axis > &other) const
 
SE3GroupAction< TransformHelicalTpl< _Scalar, _Options, axis > >::ReturnType operator* (const TransformHelicalTpl< _Scalar, _Options, axis > &m2) const
 
bool operator== (const TransformHelicalTpl< _Scalar, _Options, axis > &other) const
 
 PINOCCHIO_SE3_TYPEDEF_TPL (TransformHelicalTpl< _Scalar, _Options, axis >)
 
AngularRef rotation ()
 
ConstAngularRef rotation () const
 
void rotation (const AngularType &R)
 
ActionMatrixType toActionMatrix () const
 The action matrix \( {}^aX_b \) of \( {}^aM_b \). More...
 
void toActionMatrix (const Eigen::MatrixBase< Matrix6Like > &action_matrix) const
 
ActionMatrixType toActionMatrixInverse () const
 The action matrix \( {}^bX_a \) of \( {}^aM_b \). More...
 
void toActionMatrixInverse (const Eigen::MatrixBase< Matrix6Like > &action_matrix_inverse) const
 
ActionMatrixType toDualActionMatrix () const
 
void toDualActionMatrix (const Eigen::MatrixBase< Matrix6Like > &dual_action_matrix) const
 
HomogeneousMatrixType toHomogeneousMatrix () const
 
LinearRef translation ()
 
ConstLinearRef translation () const
 
void translation (const LinearType &t)
 

Protected Member Functions

void _setRotation (typename PlainType::AngularRef &rot) const
 

Protected Attributes

Scalar m_cos
 
Scalar m_displacement
 
Scalar m_sin
 

Detailed Description

template<typename _Scalar, int _Options, int axis>
struct pinocchio::TransformHelicalTpl< _Scalar, _Options, axis >

Definition at line 96 of file joint-helical.hpp.


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