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

Public Member Functions | |
| RotationVel () | |
| RotationVel (const Rotation &_R) | |
| RotationVel (const Rotation &_R, const Vector &_w) | |
| Rotation | value () const |
| Vector | deriv () const |
| IMETHOD RotationVel & | operator= (const RotationVel &arg) |
| IMETHOD RotationVel & | operator= (const Rotation &arg) |
| IMETHOD VectorVel | UnitX () const |
| IMETHOD VectorVel | UnitY () const |
| IMETHOD VectorVel | UnitZ () const |
| IMETHOD RotationVel | Inverse () const |
| IMETHOD VectorVel | Inverse (const VectorVel &arg) const |
| IMETHOD VectorVel | Inverse (const Vector &arg) const |
| IMETHOD VectorVel | operator* (const VectorVel &arg) const |
| IMETHOD VectorVel | operator* (const Vector &arg) const |
| IMETHOD void | DoRotX (const doubleVel &angle) |
| IMETHOD void | DoRotY (const doubleVel &angle) |
| IMETHOD void | DoRotZ (const doubleVel &angle) |
| 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 RotationVel | Identity () |
| static IMETHOD RotationVel | RotX (const doubleVel &angle) |
| static IMETHOD RotationVel | RotY (const doubleVel &angle) |
| static IMETHOD RotationVel | RotZ (const doubleVel &angle) |
| static IMETHOD RotationVel | Rot (const Vector &rotvec, const doubleVel &angle) |
| static IMETHOD RotationVel | Rot2 (const Vector &rotvec, const doubleVel &angle) |
Public Attributes | |
| Rotation | R |
| Vector | w |
Friends | |
| IMETHOD friend RotationVel | operator* (const RotationVel &r1, const RotationVel &r2) |
| IMETHOD friend RotationVel | operator* (const Rotation &r1, const RotationVel &r2) |
| IMETHOD friend RotationVel | operator* (const RotationVel &r1, const Rotation &r2) |
| IMETHOD friend bool | Equal (const RotationVel &r1, const RotationVel &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const Rotation &r1, const RotationVel &r2, double eps=epsilon) |
| IMETHOD friend bool | Equal (const RotationVel &r1, const Rotation &r2, double eps=epsilon) |
| IMETHOD friend bool | operator== (const RotationVel &r1, const RotationVel &r2) |
| IMETHOD friend bool | operator!= (const RotationVel &r1, const RotationVel &r2) |
| IMETHOD friend bool | operator== (const Rotation &r1, const RotationVel &r2) |
| IMETHOD friend bool | operator!= (const Rotation &r1, const RotationVel &r2) |
| IMETHOD friend bool | operator== (const RotationVel &r1, const Rotation &r2) |
| IMETHOD friend bool | operator!= (const RotationVel &r1, const Rotation &r2) |
|
inline |
Referenced by Identity(), Inverse(), Inverse(), Inverse(), operator*(), and operator*().
| void RotationVel::DoRotX | ( | const doubleVel & | angle | ) |
| void RotationVel::DoRotY | ( | const doubleVel & | angle | ) |
| void RotationVel::DoRotZ | ( | const doubleVel & | angle | ) |
|
static |
References RotationVel().
| RotationVel RotationVel::Inverse | ( | ) | const |
References RotationVel().
References RotationVel().
References RotationVel().
References RotationVel().
References RotationVel().
| RotationVel & RotationVel::operator= | ( | const Rotation & | arg | ) |
| RotationVel & RotationVel::operator= | ( | const RotationVel & | arg | ) |
|
static |
|
static |
|
static |
References KDL::FrameVel::FrameVel().
|
static |
|
static |
| VectorVel RotationVel::UnitX | ( | ) | const |
| VectorVel RotationVel::UnitY | ( | ) | const |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
| Rotation KDL::RotationVel::R |
Referenced by KDL::addDelta(), KDL::operator<<(), KDL::VectorVel::operator==, RotationVel(), RotationVel(), RotationVel(), and UnitZ().
| Vector KDL::RotationVel::w |
Referenced by KDL::addDelta(), deriv(), KDL::operator<<(), KDL::VectorVel::operator==, RotationVel(), RotationVel(), and RotationVel().