Classes | |
| struct | ConstraintTranspose |
Public Types | |
| enum | { NV = 3, Options = traits<ConstraintTranslationTpl>::Options } |
| typedef traits< ConstraintTranslationTpl >::JointMotion | JointMotion |
| typedef traits< ConstraintTranslationTpl >::JointForce | JointForce |
| typedef traits< ConstraintTranslationTpl >::DenseBase | DenseBase |
Public Member Functions | |
| SPATIAL_TYPEDEF_TEMPLATE (ConstraintTranslationTpl) | |
| template<typename S1 , int O1> | |
| Motion | operator* (const MotionTranslationTpl< S1, O1 > &vj) const |
| template<typename Vector3Like > | |
| MotionTranslationTpl< Scalar, Options > | operator* (const Eigen::MatrixBase< Vector3Like > &v) const |
| int | nv_impl () const |
| ConstraintTranspose | transpose () const |
| DenseBase | matrix_impl () const |
| template<typename S1 , int O1> | |
| Eigen::Matrix< S1, 6, 3, O1 > | se3Action (const SE3Tpl< S1, O1 > &m) const |
| template<typename MotionDerived > | |
| DenseBase | motionAction (const MotionDense< MotionDerived > &m) const |
Public Member Functions inherited from ConstraintBase< ConstraintTranslationTpl< _Scalar, _Options > > | |
| ConstraintTranslationTpl< _Scalar, _Options > & | derived () |
| const ConstraintTranslationTpl< _Scalar, _Options > & | derived () const |
| Motion | operator* (const JointMotion &vj) const |
| MatrixReturnType | matrix () |
| ConstMatrixReturnType | matrix () const |
| int | nv () const |
| bool | isApprox (const ConstraintBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
| void | disp (std::ostream &os) const |
| DenseBase | motionAction (const MotionDense< MotionDerived > &v) const |
Additional Inherited Members | |
Protected Types inherited from ConstraintBase< ConstraintTranslationTpl< _Scalar, _Options > > | |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::Scalar | Scalar |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::JointMotion | JointMotion |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::JointForce | JointForce |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::DenseBase | DenseBase |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::MatrixReturnType | MatrixReturnType |
| typedef traits< ConstraintTranslationTpl< _Scalar, _Options > >::ConstMatrixReturnType | ConstMatrixReturnType |
Definition at line 97 of file joint-translation.hpp.