|
MIRA
|
#include <robot/Wrench.h>
Public Member Functions | |
Constructors and reflect | |
| Wrench3 () | |
| Wrench3 (const VectorType &f, const VectorType &t) | |
| Construct a new wrench object. More... | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| VectorType | force |
| The force. More... | |
| VectorType | torque |
| The torque. More... | |
|
inline |
|
inline |
Construct a new wrench object.
| [in] | f | Force |
| [in] | t | Torque |
|
inline |
| VectorType force |
The force.
| VectorType torque |
The torque.
1.8.14