|
template<typename Vector3Like > |
JointMotion | __mult__ (const Eigen::MatrixBase< Vector3Like > &v) const |
|
Matrix3 & | angularSubspace () |
|
const Matrix3 & | angularSubspace () const |
|
| ConstraintSphericalZYXTpl () |
|
template<typename Matrix3Like > |
| ConstraintSphericalZYXTpl (const Eigen::MatrixBase< Matrix3Like > &subspace) |
|
bool | isEqual (const ConstraintSphericalZYXTpl &other) const |
|
DenseBase | matrix_impl () const |
|
template<typename MotionDerived > |
DenseBase | motionAction (const MotionDense< MotionDerived > &m) const |
|
int | nv_impl () const |
|
Matrix3 & | operator() () |
|
const Matrix3 & | operator() () const |
|
template<typename S1 , int O1> |
Eigen::Matrix< Scalar, 6, 3, Options > | se3Action (const SE3Tpl< S1, O1 > &m) const |
|
template<typename S1 , int O1> |
Eigen::Matrix< Scalar, 6, 3, Options > | se3ActionInverse (const SE3Tpl< S1, O1 > &m) const |
|
ConstraintTranspose | transpose () const |
|
int | cols () const |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintSphericalZYXTpl< _Scalar, _Options > & | derived () |
|
const ConstraintSphericalZYXTpl< _Scalar, _Options > & | derived () const |
|
void | disp (std::ostream &os) const |
|
bool | isApprox (const ConstraintBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
MatrixReturnType | matrix () |
|
ConstMatrixReturnType | matrix () const |
|
MotionAlgebraAction< ConstraintSphericalZYXTpl< _Scalar, _Options >, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &v) const |
|
int | nv () const |
|
JointMotion | operator* (const Eigen::MatrixBase< VectorLike > &vj) const |
|
bool | operator== (const ConstraintBase< ConstraintSphericalZYXTpl< _Scalar, _Options > > &other) const |
|
SE3GroupAction< ConstraintSphericalZYXTpl< _Scalar, _Options > >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
|
SE3GroupAction< ConstraintSphericalZYXTpl< _Scalar, _Options > >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const |
|
template<typename _Scalar, int _Options>
struct pinocchio::ConstraintSphericalZYXTpl< _Scalar, _Options >
Definition at line 20 of file joint-spherical-ZYX.hpp.