#include <frameacc.hpp>
Public Member Functions | |
IMETHOD doubleAcc | Norm (double eps=epsilon) |
IMETHOD VectorAcc & | operator+= (const VectorAcc &arg) |
IMETHOD VectorAcc & | operator-= (const VectorAcc &arg) |
IMETHOD VectorAcc & | operator= (const VectorAcc &arg) |
IMETHOD VectorAcc & | operator= (const Vector &arg) |
IMETHOD void | ReverseSign () |
VectorAcc () | |
VectorAcc (const Vector &_p) | |
VectorAcc (const Vector &_p, const Vector &_v) | |
VectorAcc (const Vector &_p, const Vector &_v, const Vector &_dv) | |
Static Public Member Functions | |
static IMETHOD VectorAcc | Zero () |
Public Attributes | |
Vector | dv |
acceleration vector More... | |
Vector | p |
position vector More... | |
Vector | v |
velocity vector More... | |
Definition at line 61 of file frameacc.hpp.
|
inline |
Definition at line 68 of file frameacc.hpp.
|
inlineexplicit |
Definition at line 69 of file frameacc.hpp.
Definition at line 70 of file frameacc.hpp.
Definition at line 71 of file frameacc.hpp.
Definition at line 130 of file frameacc.hpp.
Definition at line 107 of file frameacc.hpp.
Definition at line 113 of file frameacc.hpp.
Definition at line 93 of file frameacc.hpp.
Definition at line 100 of file frameacc.hpp.
void KDL::VectorAcc::ReverseSign | ( | ) |
Definition at line 124 of file frameacc.hpp.
|
static |
Definition at line 120 of file frameacc.hpp.
Definition at line 138 of file frameacc.hpp.
Definition at line 145 of file frameacc.hpp.
Definition at line 152 of file frameacc.hpp.
|
friend |
Definition at line 160 of file frameacc.hpp.
Definition at line 167 of file frameacc.hpp.
Definition at line 174 of file frameacc.hpp.
Definition at line 53 of file frameacc.hpp.
Definition at line 60 of file frameacc.hpp.
Definition at line 64 of file frameacc.hpp.
Definition at line 75 of file frameacc.hpp.
Definition at line 71 of file frameacc.hpp.
Definition at line 79 of file frameacc.hpp.
Definition at line 86 of file frameacc.hpp.
Definition at line 255 of file frameacc.hpp.
Definition at line 25 of file frameacc.hpp.
Definition at line 32 of file frameacc.hpp.
Definition at line 39 of file frameacc.hpp.
Definition at line 29 of file frameacc.hpp.
Definition at line 36 of file frameacc.hpp.
Definition at line 43 of file frameacc.hpp.
Definition at line 48 of file frameacc.hpp.
Definition at line 181 of file frameacc.hpp.
Definition at line 185 of file frameacc.hpp.
Vector KDL::VectorAcc::dv |
acceleration vector
Definition at line 66 of file frameacc.hpp.
Vector KDL::VectorAcc::p |
position vector
Definition at line 64 of file frameacc.hpp.
Vector KDL::VectorAcc::v |
velocity vector
Definition at line 65 of file frameacc.hpp.