|
Blender V5.0
|
#include <frameacc.hpp>
Public Member Functions | |
| FrameAcc () | |
| FrameAcc (const Frame &T_) | |
| FrameAcc (const Frame &T_, const Twist &_t, const Twist &_dt) | |
| FrameAcc (const RotationAcc &_M, const VectorAcc &_p) | |
| IMETHOD FrameAcc & | operator= (const FrameAcc &arg) |
| IMETHOD FrameAcc & | operator= (const Frame &arg) |
| IMETHOD FrameAcc | Inverse () const |
| IMETHOD VectorAcc | Inverse (const VectorAcc &arg) const |
| IMETHOD VectorAcc | operator* (const VectorAcc &arg) const |
| IMETHOD VectorAcc | operator* (const Vector &arg) const |
| IMETHOD VectorAcc | Inverse (const Vector &arg) const |
| IMETHOD Frame | GetFrame () const |
| IMETHOD Twist | GetTwist () const |
| IMETHOD Twist | GetAccTwist () const |
| IMETHOD TwistAcc | Inverse (const TwistAcc &arg) const |
| IMETHOD TwistAcc | Inverse (const Twist &arg) const |
| IMETHOD TwistAcc | operator* (const TwistAcc &arg) const |
| IMETHOD TwistAcc | operator* (const Twist &arg) const |
Static Public Member Functions | |
| static IMETHOD FrameAcc | Identity () |
Public Attributes | |
| RotationAcc | M |
| Rotation,angular velocity, and angular acceleration of frame. | |
| VectorAcc | p |
| Translation, velocity and acceleration of origin. | |
Friends | |
| IMETHOD friend FrameAcc | operator* (const FrameAcc &f1, const FrameAcc &f2) |
| IMETHOD friend FrameAcc | operator* (const Frame &f1, const FrameAcc &f2) |
| IMETHOD friend FrameAcc | operator* (const FrameAcc &f1, const Frame &f2) |
| IMETHOD friend bool | Equal (const FrameAcc &r1, const FrameAcc &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const Frame &r1, const FrameAcc &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const FrameAcc &r1, const Frame &r2, double eps=epsilon) |
Definition at line 146 of file frameacc.hpp.
|
inline |
Definition at line 152 of file frameacc.hpp.
|
inlineexplicit |
Definition at line 153 of file frameacc.hpp.
Definition at line 154 of file frameacc.hpp.
|
inline |
Definition at line 156 of file frameacc.hpp.
| Twist FrameAcc::GetAccTwist | ( | ) | const |
Definition at line 413 of file frameacc.hpp.
| Frame FrameAcc::GetFrame | ( | ) | const |
Definition at line 403 of file frameacc.hpp.
| Twist FrameAcc::GetTwist | ( | ) | const |
Definition at line 408 of file frameacc.hpp.
|
static |
Definition at line 343 of file frameacc.hpp.
| FrameAcc FrameAcc::Inverse | ( | ) | const |
Definition at line 380 of file frameacc.hpp.
Definition at line 569 of file frameacc.hpp.
Definition at line 561 of file frameacc.hpp.
Definition at line 375 of file frameacc.hpp.
Definition at line 370 of file frameacc.hpp.
Definition at line 553 of file frameacc.hpp.
Definition at line 545 of file frameacc.hpp.
Definition at line 365 of file frameacc.hpp.
Definition at line 361 of file frameacc.hpp.
Definition at line 385 of file frameacc.hpp.
Definition at line 337 of file frameacc.hpp.
Definition at line 395 of file frameacc.hpp.
Definition at line 398 of file frameacc.hpp.
Definition at line 392 of file frameacc.hpp.
Definition at line 356 of file frameacc.hpp.
Definition at line 352 of file frameacc.hpp.
Definition at line 348 of file frameacc.hpp.
| RotationAcc KDL::FrameAcc::M |
Rotation,angular velocity, and angular acceleration of frame.
Definition at line 149 of file frameacc.hpp.
Referenced by FrameAcc(), FrameAcc(), and FrameAcc().
| VectorAcc KDL::FrameAcc::p |
Translation, velocity and acceleration of origin.
Definition at line 150 of file frameacc.hpp.
Referenced by FrameAcc(), FrameAcc(), and FrameAcc().