|
KDL 1.5.3
|
#include <src/framevel.hpp>

Public Member Functions | |
| TwistVel () | |
| TwistVel (const VectorVel &_vel, const VectorVel &_rot) | |
| TwistVel (const Twist &p, const Twist &v) | |
| TwistVel (const Twist &p) | |
| Twist | value () const |
| Twist | deriv () const |
| IMETHOD TwistVel & | operator-= (const TwistVel &arg) |
| IMETHOD TwistVel & | operator+= (const TwistVel &arg) |
| IMETHOD void | ReverseSign () |
| IMETHOD TwistVel | RefPoint (const VectorVel &v_base_AB) |
| IMETHOD Twist | GetTwist () const |
| IMETHOD Twist | GetTwistDot () const |
Static Public Member Functions | |
| static IMETHOD TwistVel | Zero () |
Public Attributes | |
| VectorVel | vel |
| VectorVel | rot |
Friends | |
| class | RotationVel |
| class | FrameVel |
| IMETHOD friend TwistVel | operator* (const TwistVel &lhs, double rhs) |
| IMETHOD friend TwistVel | operator* (double lhs, const TwistVel &rhs) |
| IMETHOD friend TwistVel | operator/ (const TwistVel &lhs, double rhs) |
| IMETHOD friend TwistVel | operator* (const TwistVel &lhs, const doubleVel &rhs) |
| IMETHOD friend TwistVel | operator* (const doubleVel &lhs, const TwistVel &rhs) |
| IMETHOD friend TwistVel | operator/ (const TwistVel &lhs, const doubleVel &rhs) |
| IMETHOD friend TwistVel | operator+ (const TwistVel &lhs, const TwistVel &rhs) |
| IMETHOD friend TwistVel | operator- (const TwistVel &lhs, const TwistVel &rhs) |
| IMETHOD friend TwistVel | operator- (const TwistVel &arg) |
| IMETHOD friend void | SetToZero (TwistVel &v) |
| IMETHOD friend bool | Equal (const TwistVel &a, const TwistVel &b, double eps=epsilon) |
| IMETHOD friend bool | Equal (const Twist &a, const TwistVel &b, double eps=epsilon) |
| IMETHOD friend bool | Equal (const TwistVel &a, const Twist &b, double eps=epsilon) |
| IMETHOD friend bool | operator== (const TwistVel &a, const TwistVel &b) |
| IMETHOD friend bool | operator!= (const TwistVel &a, const TwistVel &b) |
| IMETHOD friend bool | operator== (const Twist &a, const TwistVel &b) |
| IMETHOD friend bool | operator!= (const Twist &a, const TwistVel &b) |
| IMETHOD friend bool | operator== (const TwistVel &a, const Twist &b) |
| IMETHOD friend bool | operator!= (const TwistVel &a, const Twist &b) |
| Twist TwistVel::GetTwist | ( | ) | const |
| Twist TwistVel::GetTwistDot | ( | ) | const |
| void TwistVel::ReverseSign | ( | ) |
|
inline |
|
static |
|
friend |
|
friend |
| VectorVel KDL::TwistVel::rot |
Referenced by deriv(), KDL::operator<<(), KDL::posrandom(), TwistVel(), TwistVel(), and TwistVel().
| VectorVel KDL::TwistVel::vel |
Referenced by deriv(), KDL::operator<<(), KDL::posrandom(), KDL::random(), TwistVel(), TwistVel(), and TwistVel().