|
Blender V5.0
|
#include <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) |
Definition at line 237 of file framevel.hpp.
|
inline |
Definition at line 247 of file framevel.hpp.
Definition at line 248 of file framevel.hpp.
Definition at line 249 of file framevel.hpp.
|
inline |
Definition at line 250 of file framevel.hpp.
|
inline |
Definition at line 255 of file framevel.hpp.
| Twist TwistVel::GetTwist | ( | ) | const |
Definition at line 527 of file framevel.hpp.
| Twist TwistVel::GetTwistDot | ( | ) | const |
Definition at line 531 of file framevel.hpp.
Definition at line 406 of file framevel.hpp.
Definition at line 399 of file framevel.hpp.
Definition at line 389 of file framevel.hpp.
| void TwistVel::ReverseSign | ( | ) |
Definition at line 383 of file framevel.hpp.
|
inline |
Definition at line 252 of file framevel.hpp.
|
static |
Definition at line 377 of file framevel.hpp.
Definition at line 345 of file framevel.hpp.
Definition at line 349 of file framevel.hpp.
Definition at line 341 of file framevel.hpp.
References KDL::addDelta().
|
friend |
Definition at line 435 of file framevel.hpp.
Definition at line 430 of file framevel.hpp.
Definition at line 414 of file framevel.hpp.
Definition at line 419 of file framevel.hpp.
Definition at line 448 of file framevel.hpp.
Definition at line 459 of file framevel.hpp.
Definition at line 453 of file framevel.hpp.
Definition at line 440 of file framevel.hpp.
Definition at line 424 of file framevel.hpp.
|
friend |
Definition at line 464 of file framevel.hpp.
| VectorVel KDL::TwistVel::rot |
Definition at line 243 of file framevel.hpp.
Referenced by deriv(), KDL::posrandom(), KDL::random(), TwistVel(), TwistVel(), and TwistVel().
| VectorVel KDL::TwistVel::vel |
Definition at line 242 of file framevel.hpp.
Referenced by deriv(), KDL::VectorVel::operator*, KDL::posrandom(), KDL::random(), TwistVel(), TwistVel(), and TwistVel().