|
template<typename Vector3Like , typename S2 > |
| MotionPrismaticUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis, const S2 &v) |
|
template<typename OtherScalar > |
MotionPrismaticUnalignedTpl | __mult__ (const OtherScalar &alpha) const |
|
template<typename Derived > |
void | addTo (MotionDense< Derived > &other) const |
|
Vector3 & | axis () |
|
const Vector3 & | axis () const |
|
bool | isEqual_impl (const MotionPrismaticUnalignedTpl &other) const |
|
Scalar & | linearRate () |
|
const Scalar & | linearRate () const |
|
| MOTION_TYPEDEF_TPL (MotionPrismaticUnalignedTpl) |
|
template<typename M1 > |
MotionPlain | motionAction (const MotionDense< M1 > &v) const |
|
template<typename M1 , typename M2 > |
void | motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const |
|
PlainReturnType | plain () const |
|
template<typename S2 , int O2> |
MotionPlain | se3Action_impl (const SE3Tpl< S2, O2 > &m) const |
|
template<typename S2 , int O2, typename D2 > |
void | se3Action_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
|
template<typename S2 , int O2> |
MotionPlain | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m) const |
|
template<typename S2 , int O2, typename D2 > |
void | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
|
template<typename Derived > |
void | setTo (MotionDense< Derived > &other) const |
|
template<typename _Scalar, int _Options>
struct pinocchio::MotionPrismaticUnalignedTpl< _Scalar, _Options >
Definition at line 19 of file joint-prismatic-unaligned.hpp.