#include <joint-spherical-ZYX.hpp>
Classes | |
struct | ConstraintTranspose |
Public Types | |
enum | { NV = 3 } |
typedef Eigen::Matrix< Scalar, 3, 3, Options > | Matrix3 |
Public Member Functions | |
template<typename Vector3Like > | |
JointMotion | __mult__ (const Eigen::MatrixBase< Vector3Like > &v) const |
Matrix3 & | angularSubspace () |
const Matrix3 & | angularSubspace () const |
bool | isEqual (const JointMotionSubspaceSphericalZYXTpl &other) const |
JointMotionSubspaceSphericalZYXTpl () | |
template<typename Matrix3Like > | |
JointMotionSubspaceSphericalZYXTpl (const Eigen::MatrixBase< Matrix3Like > &subspace) | |
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 |
Protected Attributes | |
Matrix3 | m_S |
Definition at line 21 of file joint-spherical-ZYX.hpp.
typedef Eigen::Matrix<Scalar, 3, 3, Options> pinocchio::JointMotionSubspaceSphericalZYXTpl< _Scalar, _Options >::Matrix3 |
Definition at line 61 of file joint-spherical-ZYX.hpp.
anonymous enum |
Enumerator | |
---|---|
NV |
Definition at line 57 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 63 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 68 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 75 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 194 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 198 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 203 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 131 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 182 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 90 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 81 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 85 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 144 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 166 of file joint-spherical-ZYX.hpp.
|
inline |
Definition at line 126 of file joint-spherical-ZYX.hpp.
|
protected |
Definition at line 209 of file joint-spherical-ZYX.hpp.