#include <Frame.hpp>
|
| | Frame (const CoordinateSystem &a, const CoordinateSystem &b) |
| |
| | Frame (const CoordinateSystem &a, const CoordinateSystem &b, const eeros::math::Matrix< 4, 4, double > &T) |
| |
| | Frame (const CoordinateSystem &a, const CoordinateSystem &b, const eeros::math::Matrix< 3, 3, double > &R, const eeros::math::Matrix< 3, 1, double > &r) |
| |
| virtual | ~Frame () |
| |
| Frame | operator* (const Frame &right) const |
| |
| void | set (const eeros::math::Matrix< 4, 4, double > &T) |
| |
| void | set (const eeros::math::Matrix< 3, 3, double > &R, const eeros::math::Matrix< 3, 1, double > &r) |
| |
| eeros::math::Matrix< 4, 4, double > | get () const |
| |
| const CoordinateSystem & | getFromCoordinateSystem () const |
| |
| const CoordinateSystem & | getToCoordinateSystem () const |
| |
| uint32_t Frame::getNofFrames |
( |
| ) |
|
|
static |
| Frame Frame::operator* |
( |
const Frame & |
right | ) |
const |
The documentation for this class was generated from the following files:
- /home/markus/github/eeros-project/eeros-framework/includes/eeros/math/Frame.hpp
- /home/markus/github/eeros-project/eeros-framework/src/math/Frame.cpp