|
| Coefficients & | get () |
| |
| const Coefficients & | get () const |
| |
| | Twist () |
| |
| | Twist (const Twist &g) |
| |
| | Twist (const BaseType &g) |
| |
| | Twist (Scalar rx, Scalar ry, Scalar rz, Scalar vx, Scalar vy, Scalar vz) |
| |
| template<typename OtherDerived > |
| EIGEN_STRONG_INLINE | Twist (const MatrixBase< OtherDerived > &other) |
| |
| template<class LinearVelocityDerived , class AngularVelocityDerived > |
| | Twist (const LieAlgebraBase< Matrix< Scalar, 3, 1 >, AngularVelocityDerived > &r, const MatrixBase< LinearVelocityDerived > &v) |
| |
| | Twist (const typename Base::AngularVelocity &r, const typename Base::LinearVelocity &v) |
| |
| Twist< Scalar > | changeFrame (const LieGroupBase< Quaternion< Scalar >, RotationDerived > &) const |
| |
| Twist< Scalar > | changePoint (const MatrixBase< OtherDerived > &point) const |
| |
| Map< AngularVelocity > | getAngularVelocity () |
| |
| Map< const AngularVelocity > | getAngularVelocity () const |
| |
| Map< LinearVelocity > | getLinearVelocity () |
| |
| Map< const LinearVelocity > | getLinearVelocity () const |
| |
| Scalar | rx () const |
| |
| Scalar & | rx () |
| |
| Scalar | ry () const |
| |
| Scalar & | ry () |
| |
| Scalar | rz () const |
| |
| Scalar & | rz () |
| |
| Scalar | vx () const |
| |
| Scalar & | vx () |
| |
| Scalar | vy () const |
| |
| Scalar & | vy () |
| |
| Scalar | vz () const |
| |
| Scalar & | vz () |
| |
| const PlainObject | adjoint (const LieAlgebraBase< BaseType, OtherDerived > &a) const |
| |
| PlainObject | bracket (const LieAlgebraBase< BaseType, OtherDerived > &a) const |
| |
| const Twist< _Scalar > & | derived () const |
| |
| Twist< _Scalar > & | derived () |
| |
| Group | exp (Scalar precision=1.e-6) const |
| |
| Coefficients & | get () |
| |
| const Coefficients & | get () const |
| |
template<typename _Scalar>
class Twist< _Scalar >
Class describing a Twist.
- Template Parameters
-
| _Scalar | the type of the underlying array |
This class add some specific constructors
- See also
- The methods are defined in LieAlgebraBase and TwistBase
Definition at line 141 of file Twist.h.