#include <trackable.h>
Inheritance diagram for Trackable:
Definition at line 51 of file trackable.h.
Public Member Functions | |
Trackable () | |
Constructor. | |
virtual | ~Trackable () |
virtual Position | getPosition () const =0 |
returns position of the object | |
virtual Position | getSpeed () const =0 |
returns linear speed vector of the object | |
virtual matrix::Matrix | getOrientation () const =0 |
returns the orientation of the object |
|
Constructor.
Definition at line 57 of file trackable.h. |
|
Definition at line 60 of file trackable.h. |
|
returns the orientation of the object
Implemented in OdeRobot. |
|
returns position of the object
Implemented in OdeRobot. |
|
returns linear speed vector of the object
Implemented in OdeRobot. |