|
| typedef JointDataRevoluteTpl< double, 0, 0 > | pinocchio::JointDataRX |
| |
| typedef JointDataRevoluteTpl< double, 0, 1 > | pinocchio::JointDataRY |
| |
| typedef JointDataRevoluteTpl< double, 0, 2 > | pinocchio::JointDataRZ |
| |
| typedef JointModelRevoluteTpl< double, 0, 0 > | pinocchio::JointModelRX |
| |
| typedef JointModelRevoluteTpl< double, 0, 1 > | pinocchio::JointModelRY |
| |
| typedef JointModelRevoluteTpl< double, 0, 2 > | pinocchio::JointModelRZ |
| |
| typedef JointRevoluteTpl< double, 0, 0 > | pinocchio::JointRX |
| |
| typedef JointRevoluteTpl< double, 0, 1 > | pinocchio::JointRY |
| |
| typedef JointRevoluteTpl< double, 0, 2 > | pinocchio::JointRZ |
| |
|
| template<typename S1 , int O1, int axis, typename MotionDerived > |
| MotionDerived::MotionPlain | pinocchio::operator+ (const MotionRevoluteTpl< S1, O1, 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 MotionRevoluteTpl< S2, O2, axis > &m2) |
| |