
Classes | |
| struct | TransposeConst |
Public Types | |
| enum | { NV = 1 } |
| typedef traits< ConstraintRevoluteUnalignedTpl >::Vector3 | Vector3 |
Public Member Functions | |
| template<typename Vector3Like > | |
| ConstraintRevoluteUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
| template<typename Vector1Like > | |
| JointMotion | __mult__ (const Eigen::MatrixBase< Vector1Like > &v) const |
| Vector3 & | axis () |
| const Vector3 & | axis () const |
| bool | isEqual (const ConstraintRevoluteUnalignedTpl &other) const |
| DenseBase | matrix_impl () const |
| template<typename MotionDerived > | |
| MotionAlgebraAction< ConstraintRevoluteUnalignedTpl, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &m) const |
| int | nv_impl () const |
| template<typename S1 , int O1> | |
| SE3GroupAction< ConstraintRevoluteUnalignedTpl >::ReturnType | se3Action (const SE3Tpl< S1, O1 > &m) const |
| template<typename S1 , int O1> | |
| SE3GroupAction< ConstraintRevoluteUnalignedTpl >::ReturnType | se3ActionInverse (const SE3Tpl< S1, O1 > &m) const |
| TransposeConst | transpose () const |
Protected Attributes | |
| Vector3 | m_axis |
Definition at line 195 of file joint-revolute-unaligned.hpp.