#include <jntarrayvel.hpp>
|
void | Add (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
|
void | Add (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
|
void | Divide (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
|
void | Divide (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
|
bool | Equal (const JntArrayVel &src1, const JntArrayVel &src2, double eps) |
|
void | Multiply (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
|
void | Multiply (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
|
void | SetToZero (JntArrayVel &array) |
|
void | Subtract (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
|
void | Subtract (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
|
Definition at line 45 of file jntarrayvel.hpp.
◆ JntArrayVel() [1/4]
KDL::JntArrayVel::JntArrayVel |
( |
| ) |
|
|
inline |
◆ JntArrayVel() [2/4]
KDL::JntArrayVel::JntArrayVel |
( |
unsigned int |
size | ) |
|
|
explicit |
◆ JntArrayVel() [3/4]
◆ JntArrayVel() [4/4]
KDL::JntArrayVel::JntArrayVel |
( |
const JntArray & |
q | ) |
|
|
explicit |
◆ deriv()
JntArray KDL::JntArrayVel::deriv |
( |
| ) |
const |
◆ resize()
void KDL::JntArrayVel::resize |
( |
unsigned int |
newSize | ) |
|
◆ value()
JntArray KDL::JntArrayVel::value |
( |
| ) |
const |
◆ Add [1/2]
◆ Add [2/2]
◆ Divide [1/2]
◆ Divide [2/2]
◆ Equal
◆ Multiply [1/2]
◆ Multiply [2/2]
◆ SetToZero
◆ Subtract [1/2]
◆ Subtract [2/2]
◆ qdot
The documentation for this class was generated from the following files: