|
Derived & | const_cast_derived () const |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
void | disp (std::ostream &os) const |
|
Symmetric3 & | inertia () |
|
const Symmetric3 & | inertia () const |
|
Matrix6 | inverse () const |
|
template<typename Matrix6Like > |
void | inverse (const Eigen::MatrixBase< Matrix6Like > &mat) const |
|
bool | isApprox (const Derived &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
template<typename MotionDerived > |
Matrix6 | ivx (const MotionDense< MotionDerived > &v) const |
|
Vector3 & | lever () |
|
const Vector3 & | lever () const |
|
Scalar & | mass () |
|
Scalar | mass () const |
|
Matrix6 | matrix () const |
|
template<typename Matrix6Like > |
void | matrix (const Eigen::MatrixBase< Matrix6Like > &mat) const |
|
| operator Matrix6 () const |
|
bool | operator!= (const Derived &other) const |
|
template<typename MotionDerived > |
ForceTpl< typename traits< MotionDerived >::Scalar, traits< MotionDerived >::Options > | operator* (const MotionDense< MotionDerived > &v) const |
|
Derived | operator+ (const Derived &Yb) const |
|
Derived & | operator+= (const Derived &Yb) |
|
Derived | operator- (const Derived &Yb) const |
|
Derived & | operator-= (const Derived &Yb) |
|
Derived & | operator= (const Derived &clone) |
|
bool | operator== (const Derived &other) const |
|
template<typename S2 , int O2> |
Derived | se3Action (const SE3Tpl< S2, O2 > &M) const |
| aI = aXb.act(bI)
|
|
template<typename S2 , int O2> |
Derived | se3ActionInverse (const SE3Tpl< S2, O2 > &M) const |
| bI = aXb.actInv(aI)
|
|
void | setIdentity () |
|
void | setRandom () |
|
void | setZero () |
|
| SPATIAL_TYPEDEF_TEMPLATE (Derived) |
|
template<typename MotionDerived > |
Matrix6 | variation (const MotionDense< MotionDerived > &v) const |
|
template<typename MotionDerived > |
Scalar | vtiv (const MotionDense< MotionDerived > &v) const |
|
template<typename MotionDerived > |
Matrix6 | vxi (const MotionDense< MotionDerived > &v) const |
|
|
template<typename MotionDerived , typename M6 > |
static void | ivx (const MotionDense< MotionDerived > &v, const Derived &I, const Eigen::MatrixBase< M6 > &Iout) |
| Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \). More...
|
|
template<typename MotionDerived , typename M6 > |
static void | vxi (const MotionDense< MotionDerived > &v, const Derived &I, const Eigen::MatrixBase< M6 > &Iout) |
| Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \). More...
|
|
template<class Derived>
struct pinocchio::InertiaBase< Derived >
Definition at line 18 of file inertia.hpp.