|
| typedef JointDataPrismaticTpl< double, 0, 0 > | pinocchio::JointDataPX |
| |
| typedef JointDataPrismaticTpl< double, 0, 1 > | pinocchio::JointDataPY |
| |
| typedef JointDataPrismaticTpl< double, 0, 2 > | pinocchio::JointDataPZ |
| |
| typedef JointModelPrismaticTpl< double, 0, 0 > | pinocchio::JointModelPX |
| |
| typedef JointModelPrismaticTpl< double, 0, 1 > | pinocchio::JointModelPY |
| |
| typedef JointModelPrismaticTpl< double, 0, 2 > | pinocchio::JointModelPZ |
| |
| typedef JointPrismaticTpl< double, 0, 0 > | pinocchio::JointPX |
| |
| typedef JointPrismaticTpl< double, 0, 1 > | pinocchio::JointPY |
| |
| typedef JointPrismaticTpl< double, 0, 2 > | pinocchio::JointPZ |
| |
|
| template<typename Scalar , int Options, int axis, typename MotionDerived > |
| MotionDerived::MotionPlain | pinocchio::operator+ (const MotionPrismaticTpl< Scalar, Options, axis > &m1, const MotionDense< MotionDerived > &m2) |
| |
| template<typename MotionDerived , typename S2 , int O2, int axis> |
| EIGEN_STRONG_INLINE MotionDerived::MotionPlain | pinocchio::operator^ (const MotionDense< MotionDerived > &m1, const MotionPrismaticTpl< S2, O2, axis > &m2) |
| |