Frame in cartesian space. More...
#include <frame.h>
Public Member Functions | |
CFrameReference (CFrame *reference) | |
CFrameReference () | |
CMatrix | getRelativeToBase () |
Returns pose in the base (frame with no predecessor) frame. | |
void | getRelativeToBase (CMatrix &pose) |
void | setPose (const CMatrix &pose) |
Protected Attributes | |
CFrame * | reference |
robotLibPbD::CFrameReference::CFrameReference | ( | CFrame * | reference | ) |
CMatrix robotLibPbD::CFrameReference::getRelativeToBase | ( | ) | [inline, virtual] |
Returns pose in the base (frame with no predecessor) frame.
Reimplemented from robotLibPbD::CFrame.
void robotLibPbD::CFrameReference::getRelativeToBase | ( | CMatrix & | pose | ) | [inline, virtual] |
Reimplemented from robotLibPbD::CFrame.
void robotLibPbD::CFrameReference::setPose | ( | const CMatrix & | pose | ) | [inline, virtual] |
Reimplemented from robotLibPbD::CFrame.
CFrame* robotLibPbD::CFrameReference::reference [protected] |