|
| template<typename Matrix32Like> |
| | JointMotionSubspaceUniversalTpl (const Eigen::MatrixBase< Matrix32Like > &subspace) |
| template<typename Vector3Like> |
| JointMotion | __mult__ (const Eigen::MatrixBase< Vector3Like > &v) const |
| Matrix32 & | angularSubspace () |
| const Matrix32 & | angularSubspace () const |
| bool | isEqual (const JointMotionSubspaceUniversalTpl &other) const |
| DenseBase | matrix_impl () const |
| template<typename MotionDerived> |
| MotionAlgebraAction< JointMotionSubspaceUniversalTpl, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &m) const |
| int | nv_impl () const |
| template<typename S1, int O1> |
| SE3GroupAction< JointMotionSubspaceUniversalTpl >::ReturnType | se3Action (const SE3Tpl< S1, O1 > &m) const |
| template<typename S1, int O1> |
| SE3GroupAction< JointMotionSubspaceUniversalTpl >::ReturnType | se3ActionInverse (const SE3Tpl< S1, O1 > &m) const |
| TransposeConst | transpose () const |
| int | cols () const |
| JointMotionSubspaceUniversalTpl< _Scalar, _Options > & | derived () |
| void | disp (std::ostream &os) const |
| bool | isApprox (const JointMotionSubspaceBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
| MatrixReturnType | matrix () |
| MotionAlgebraAction< JointMotionSubspaceUniversalTpl< _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< JointMotionSubspaceUniversalTpl< _Scalar, _Options > > &other) const |
| SE3GroupAction< JointMotionSubspaceUniversalTpl< _Scalar, _Options > >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
| SE3GroupAction< JointMotionSubspaceUniversalTpl< _Scalar, _Options > >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const |
template<typename _Scalar, int _Options>
struct pinocchio::JointMotionSubspaceUniversalTpl< _Scalar, _Options >
Definition at line 87 of file joint-universal.hpp.