|
const Scalar & | displacement () const |
|
Scalar & | displacement () |
|
bool | isEqual (const TransformPrismaticTpl &other) const |
|
| operator PlainType () const |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | PINOCCHIO_SE3_TYPEDEF_TPL (TransformPrismaticTpl) |
|
PlainType | plain () const |
|
AngularType | rotation () const |
|
template<typename S2 , int O2> |
SE3GroupAction< TransformPrismaticTpl >::ReturnType | se3action (const SE3Tpl< S2, O2 > &m) const |
|
| TransformPrismaticTpl () |
|
| TransformPrismaticTpl (const Scalar &displacement) |
|
ConstLinearRef | translation () const |
|
SE3GroupAction< D >::ReturnType | act (const D &d) const |
| ay = aXb.act(by) More...
|
|
SE3GroupAction< D >::ReturnType | actInv (const D &d) const |
| by = aXb.actInv(ay) More...
|
|
TransformPrismaticTpl< _Scalar, _Options, axis > & | derived () |
|
const TransformPrismaticTpl< _Scalar, _Options, axis > & | derived () const |
|
void | disp (std::ostream &os) const |
|
bool | isApprox (const TransformPrismaticTpl< _Scalar, _Options, axis > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
bool | isIdentity (const typename traits< TransformPrismaticTpl< _Scalar, _Options, axis > >::Scalar &prec=Eigen::NumTraits< typename traits< TransformPrismaticTpl< _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). More...
|
|
PlainType | normalized () const |
|
| operator ActionMatrixType () const |
|
| operator HomogeneousMatrixType () const |
|
bool | operator!= (const TransformPrismaticTpl< _Scalar, _Options, axis > &other) const |
|
SE3GroupAction< TransformPrismaticTpl< _Scalar, _Options, axis > >::ReturnType | operator* (const TransformPrismaticTpl< _Scalar, _Options, axis > &m2) const |
|
bool | operator== (const TransformPrismaticTpl< _Scalar, _Options, axis > &other) const |
|
| PINOCCHIO_SE3_TYPEDEF_TPL (TransformPrismaticTpl< _Scalar, _Options, axis >) |
|
ConstAngularRef | rotation () const |
|
AngularRef | rotation () |
|
void | rotation (const AngularType &R) |
|
ActionMatrixType | toActionMatrix () const |
| The action matrix of . More...
|
|
ActionMatrixType | toActionMatrixInverse () const |
| The action matrix of . More...
|
|
ActionMatrixType | toDualActionMatrix () const |
|
HomogeneousMatrixType | toHomogeneousMatrix () const |
|
ConstLinearRef | translation () const |
|
LinearRef | translation () |
|
void | translation (const LinearType &t) |
|
template<typename _Scalar, int _Options, int axis>
struct pinocchio::TransformPrismaticTpl< _Scalar, _Options, axis >
Definition at line 178 of file joint-prismatic.hpp.