|
Blender V5.0
|
#include <frameacc.hpp>
Public Member Functions | |
| TwistAcc () | |
| TwistAcc (const VectorAcc &_vel, const VectorAcc &_rot) | |
| IMETHOD TwistAcc & | operator-= (const TwistAcc &arg) |
| IMETHOD TwistAcc & | operator+= (const TwistAcc &arg) |
| IMETHOD void | ReverseSign () |
| IMETHOD TwistAcc | RefPoint (const VectorAcc &v_base_AB) |
| IMETHOD Twist | GetTwist () const |
| IMETHOD Twist | GetTwistDot () const |
Static Public Member Functions | |
| static IMETHOD TwistAcc | Zero () |
Public Attributes | |
| VectorAcc | vel |
| translational velocity and its 1st and 2nd derivative | |
| VectorAcc | rot |
| rotational velocity and its 1st and 2nd derivative | |
Friends | |
| class | RotationAcc |
| class | FrameAcc |
| IMETHOD friend TwistAcc | operator* (const TwistAcc &lhs, double rhs) |
| IMETHOD friend TwistAcc | operator* (double lhs, const TwistAcc &rhs) |
| IMETHOD friend TwistAcc | operator/ (const TwistAcc &lhs, double rhs) |
| IMETHOD friend TwistAcc | operator* (const TwistAcc &lhs, const doubleAcc &rhs) |
| IMETHOD friend TwistAcc | operator* (const doubleAcc &lhs, const TwistAcc &rhs) |
| IMETHOD friend TwistAcc | operator/ (const TwistAcc &lhs, const doubleAcc &rhs) |
| IMETHOD friend TwistAcc | operator+ (const TwistAcc &lhs, const TwistAcc &rhs) |
| IMETHOD friend TwistAcc | operator- (const TwistAcc &lhs, const TwistAcc &rhs) |
| IMETHOD friend TwistAcc | operator- (const TwistAcc &arg) |
| IMETHOD friend void | SetToZero (TwistAcc &v) |
| IMETHOD friend bool | Equal (const TwistAcc &a, const TwistAcc &b, double eps=epsilon) |
| IMETHOD friend bool | Equal (const Twist &a, const TwistAcc &b, double eps=epsilon) |
| IMETHOD friend bool | Equal (const TwistAcc &a, const Twist &b, double eps=epsilon) |
Definition at line 190 of file frameacc.hpp.
|
inline |
Definition at line 198 of file frameacc.hpp.
| Twist TwistAcc::GetTwist | ( | ) | const |
Definition at line 577 of file frameacc.hpp.
| Twist TwistAcc::GetTwistDot | ( | ) | const |
Definition at line 581 of file frameacc.hpp.
Definition at line 462 of file frameacc.hpp.
Definition at line 455 of file frameacc.hpp.
Definition at line 445 of file frameacc.hpp.
| void TwistAcc::ReverseSign | ( | ) |
Definition at line 439 of file frameacc.hpp.
|
static |
Definition at line 433 of file frameacc.hpp.
Definition at line 589 of file frameacc.hpp.
Definition at line 593 of file frameacc.hpp.
Definition at line 585 of file frameacc.hpp.
|
friend |
Definition at line 491 of file frameacc.hpp.
Definition at line 486 of file frameacc.hpp.
Definition at line 470 of file frameacc.hpp.
Definition at line 475 of file frameacc.hpp.
Definition at line 504 of file frameacc.hpp.
Definition at line 515 of file frameacc.hpp.
Definition at line 509 of file frameacc.hpp.
Definition at line 496 of file frameacc.hpp.
Definition at line 480 of file frameacc.hpp.
|
friend |
References IMETHOD, TwistAcc(), and v.
| VectorAcc KDL::TwistAcc::rot |
rotational velocity and its 1st and 2nd derivative
Definition at line 194 of file frameacc.hpp.
Referenced by TwistAcc().
| VectorAcc KDL::TwistAcc::vel |
translational velocity and its 1st and 2nd derivative
Definition at line 193 of file frameacc.hpp.
Referenced by TwistAcc().