Classes | |
struct | TransposeConst |
Public Types | |
enum | { NV = 1, Options = _Options } |
typedef traits< ConstraintPrismatic >::JointMotion | JointMotion |
typedef traits< ConstraintPrismatic >::JointForce | JointForce |
typedef traits< ConstraintPrismatic >::DenseBase | DenseBase |
typedef SpatialAxis< LINEAR+axis > | Axis |
Public Member Functions | |
SPATIAL_TYPEDEF_TEMPLATE (ConstraintPrismatic) | |
template<typename D > | |
MotionPrismatic< Scalar, Options, axis > | operator* (const Eigen::MatrixBase< D > &v) const |
template<typename S2 , int O2> | |
DenseBase | se3Action (const SE3Tpl< S2, O2 > &m) const |
int | nv_impl () const |
TransposeConst | transpose () const |
DenseBase | matrix_impl () const |
template<typename MotionDerived > | |
DenseBase | motionAction (const MotionDense< MotionDerived > &m) const |
![]() | |
ConstraintPrismatic< _Scalar, _Options, axis > & | derived () |
const ConstraintPrismatic< _Scalar, _Options, axis > & | derived () const |
Motion | operator* (const JointMotion &vj) const |
MatrixReturnType | matrix () |
ConstMatrixReturnType | matrix () const |
int | nv () const |
bool | isApprox (const ConstraintBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
void | disp (std::ostream &os) const |
DenseBase | motionAction (const MotionDense< MotionDerived > &v) const |
Additional Inherited Members | |
![]() | |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::Scalar | Scalar |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::JointMotion | JointMotion |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::JointForce | JointForce |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::DenseBase | DenseBase |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::MatrixReturnType | MatrixReturnType |
typedef traits< ConstraintPrismatic< _Scalar, _Options, axis > >::ConstMatrixReturnType | ConstMatrixReturnType |
Definition at line 86 of file joint-prismatic.hpp.