#include <src/framevel.hpp>
|
| 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) |
| |
| IMETHOD friend bool | Equal (const Twist &a, const TwistVel &b, double eps) |
| |
| IMETHOD friend bool | Equal (const TwistVel &a, const Twist &b, double eps) |
| |
| KDL::TwistVel::TwistVel |
( |
| ) |
|
|
inline |
| KDL::TwistVel::TwistVel |
( |
const Twist & |
p, |
|
|
const Twist & |
v |
|
) |
| |
|
inline |
| KDL::TwistVel::TwistVel |
( |
const Twist & |
p | ) |
|
|
inline |
| Twist KDL::TwistVel::deriv |
( |
| ) |
const |
|
inline |
| Twist TwistVel::GetTwist |
( |
| ) |
const |
| Twist TwistVel::GetTwistDot |
( |
| ) |
const |
| void TwistVel::ReverseSign |
( |
| ) |
|
| Twist KDL::TwistVel::value |
( |
| ) |
const |
|
inline |
| IMETHOD friend bool Equal |
( |
const TwistVel & |
a, |
|
|
const TwistVel & |
b, |
|
|
double |
eps = epsilon |
|
) |
| |
|
friend |
| IMETHOD friend bool Equal |
( |
const Twist & |
a, |
|
|
const TwistVel & |
b, |
|
|
double |
eps = epsilon |
|
) |
| |
|
friend |
| IMETHOD friend bool Equal |
( |
const TwistVel & |
a, |
|
|
const Twist & |
b, |
|
|
double |
eps = epsilon |
|
) |
| |
|
friend |
| IMETHOD friend void SetToZero |
( |
TwistVel & |
v | ) |
|
|
friend |
The documentation for this class was generated from the following files: