#include <fwd.hpp>
Public Member Functions | |
ConstAngularType | angular () const |
AngularType | angular () |
template<typename V3Like > | |
void | angular (const Eigen::MatrixBase< V3Like > &w) |
template<typename OtherSpatialType > | |
MotionAlgebraAction< OtherSpatialType, Derived >::ReturnType | cross (const OtherSpatialType &d) const |
Derived & | derived () |
const Derived & | derived () const |
void | disp (std::ostream &os) const |
template<typename ForceDerived > | |
Scalar | dot (const ForceDense< ForceDerived > &f) 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 |
ConstLinearType | linear () const |
LinearType | linear () |
template<typename V3Like > | |
void | linear (const Eigen::MatrixBase< V3Like > &v) |
MOTION_TYPEDEF_TPL (Derived) | |
operator Matrix6 () const | |
operator PlainReturnType () const | |
operator Vector6 () const | |
template<typename M2 > | |
bool | operator!= (const MotionBase< M2 > &other) const |
template<typename OtherScalar > | |
internal::RHSScalarMultiplication< Derived, OtherScalar >::ReturnType | operator* (const OtherScalar &alpha) const |
Derived | operator+ (const MotionBase< Derived > &v) const |
Derived & | operator+= (const MotionBase< Derived > &v) |
Derived | operator- () const |
Derived | operator- (const MotionBase< Derived > &v) const |
Derived & | operator-= (const MotionBase< Derived > &v) |
template<typename OtherScalar > | |
Derived | operator/ (const OtherScalar &alpha) const |
template<typename M2 > | |
bool | operator== (const MotionBase< M2 > &other) const |
PlainReturnType | plain () const |
template<typename S2 , int O2> | |
SE3GroupAction< Derived >::ReturnType | se3Action (const SE3Tpl< S2, O2 > &m) const |
template<typename S2 , int O2> | |
SE3GroupAction< Derived >::ReturnType | se3ActionInverse (const SE3Tpl< S2, O2 > &m) const |
void | setZero () |
ActionMatrixType | toActionMatrix () const |
ActionMatrixType | toDualActionMatrix () const |
HomogeneousMatrixType | toHomogeneousMatrix () const |
The homogeneous representation of the motion vector . More... | |
ToVectorConstReturnType | toVector () const |
ToVectorReturnType | toVector () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const MotionBase< Derived > &v) |
Definition at line 40 of file src/spatial/fwd.hpp.
|
inline |
Definition at line 21 of file motion-base.hpp.
|
inline |
Definition at line 23 of file motion-base.hpp.
|
inline |
Definition at line 27 of file motion-base.hpp.
|
inline |
Definition at line 87 of file motion-base.hpp.
|
inline |
Definition at line 18 of file motion-base.hpp.
|
inline |
Definition at line 19 of file motion-base.hpp.
|
inline |
Definition at line 111 of file motion-base.hpp.
|
inline |
Definition at line 109 of file motion-base.hpp.
|
inline |
Definition at line 92 of file motion-base.hpp.
|
inline |
Definition at line 95 of file motion-base.hpp.
|
inline |
Definition at line 22 of file motion-base.hpp.
|
inline |
Definition at line 24 of file motion-base.hpp.
|
inline |
Definition at line 31 of file motion-base.hpp.
pinocchio::MotionBase< Derived >::MOTION_TYPEDEF_TPL | ( | Derived | ) |
|
inline |
Definition at line 43 of file motion-base.hpp.
|
inline |
Definition at line 34 of file motion-base.hpp.
|
inline |
Definition at line 39 of file motion-base.hpp.
|
inline |
Definition at line 67 of file motion-base.hpp.
|
inline |
Definition at line 78 of file motion-base.hpp.
|
inline |
Definition at line 71 of file motion-base.hpp.
|
inline |
Definition at line 73 of file motion-base.hpp.
|
inline |
Definition at line 70 of file motion-base.hpp.
|
inline |
Definition at line 72 of file motion-base.hpp.
|
inline |
Definition at line 74 of file motion-base.hpp.
|
inline |
Definition at line 82 of file motion-base.hpp.
|
inline |
Definition at line 63 of file motion-base.hpp.
|
inline |
Definition at line 35 of file motion-base.hpp.
|
inline |
Definition at line 100 of file motion-base.hpp.
|
inline |
Definition at line 105 of file motion-base.hpp.
|
inline |
Definition at line 60 of file motion-base.hpp.
|
inline |
Definition at line 41 of file motion-base.hpp.
|
inline |
Definition at line 42 of file motion-base.hpp.
|
inline |
The homogeneous representation of the motion vector .
With ,
Definition at line 58 of file motion-base.hpp.
|
inline |
Definition at line 37 of file motion-base.hpp.
|
inline |
Definition at line 38 of file motion-base.hpp.
|
friend |
Definition at line 112 of file motion-base.hpp.