|
Blender V5.0
|
#include <framevel.hpp>
Public Member Functions | |
| FrameVel () | |
| FrameVel (const Frame &T_) | |
| FrameVel (const Frame &T_, const Twist &_t) | |
| FrameVel (const RotationVel &_M, const VectorVel &_p) | |
| Frame | value () const |
| Twist | deriv () const |
| IMETHOD FrameVel & | operator= (const Frame &arg) |
| IMETHOD FrameVel & | operator= (const FrameVel &arg) |
| IMETHOD FrameVel | Inverse () const |
| IMETHOD VectorVel | Inverse (const VectorVel &arg) const |
| IMETHOD VectorVel | operator* (const VectorVel &arg) const |
| IMETHOD VectorVel | operator* (const Vector &arg) const |
| IMETHOD VectorVel | Inverse (const Vector &arg) const |
| IMETHOD Frame | GetFrame () const |
| IMETHOD Twist | GetTwist () const |
| IMETHOD TwistVel | Inverse (const TwistVel &arg) const |
| IMETHOD TwistVel | Inverse (const Twist &arg) const |
| IMETHOD TwistVel | operator* (const TwistVel &arg) const |
| IMETHOD TwistVel | operator* (const Twist &arg) const |
Static Public Member Functions | |
| static IMETHOD FrameVel | Identity () |
Public Attributes | |
| RotationVel | M |
| VectorVel | p |
Friends | |
| IMETHOD friend FrameVel | operator* (const FrameVel &f1, const FrameVel &f2) |
| IMETHOD friend FrameVel | operator* (const Frame &f1, const FrameVel &f2) |
| IMETHOD friend FrameVel | operator* (const FrameVel &f1, const Frame &f2) |
| IMETHOD friend bool | Equal (const FrameVel &r1, const FrameVel &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const Frame &r1, const FrameVel &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const FrameVel &r1, const Frame &r2, double eps=epsilon) |
Definition at line 181 of file framevel.hpp.
|
inline |
Definition at line 193 of file framevel.hpp.
Referenced by Inverse().
|
inlineexplicit |
Definition at line 195 of file framevel.hpp.
Definition at line 198 of file framevel.hpp.
|
inline |
Definition at line 201 of file framevel.hpp.
|
inline |
Definition at line 206 of file framevel.hpp.
| Frame FrameVel::GetFrame | ( | ) | const |
Definition at line 84 of file framevel.hpp.
References IMETHOD.
| Twist FrameVel::GetTwist | ( | ) | const |
Definition at line 88 of file framevel.hpp.
References IMETHOD.
|
static |
Definition at line 27 of file framevel.hpp.
| FrameVel FrameVel::Inverse | ( | ) | const |
Definition at line 64 of file framevel.hpp.
References FrameVel().
Definition at line 519 of file framevel.hpp.
Definition at line 511 of file framevel.hpp.
Definition at line 59 of file framevel.hpp.
Definition at line 54 of file framevel.hpp.
Definition at line 503 of file framevel.hpp.
Definition at line 495 of file framevel.hpp.
Definition at line 49 of file framevel.hpp.
References F.
Definition at line 45 of file framevel.hpp.
References F.
Definition at line 69 of file framevel.hpp.
Definition at line 21 of file framevel.hpp.
|
inline |
Definition at line 205 of file framevel.hpp.
Definition at line 77 of file framevel.hpp.
Definition at line 80 of file framevel.hpp.
Definition at line 74 of file framevel.hpp.
Definition at line 40 of file framevel.hpp.
References KDL::Rall1d< T, V, S >::grad, IMETHOD, and KDL::Rall1d< T, V, S >::t.
Definition at line 36 of file framevel.hpp.
References b, KDL::Rall1d< T, V, S >::grad, IMETHOD, and KDL::Rall1d< T, V, S >::t.
Definition at line 32 of file framevel.hpp.
| RotationVel KDL::FrameVel::M |
Definition at line 190 of file framevel.hpp.
Referenced by deriv(), KDL::RotationVel::Equal, FrameVel(), FrameVel(), and value().
| VectorVel KDL::FrameVel::p |
Definition at line 191 of file framevel.hpp.
Referenced by deriv(), Equal, KDL::RotationVel::Equal, FrameVel(), FrameVel(), and value().