#include <EntityInterfaces.h>
Inheritance diagram for Teem::Positionable:

Public Member Functions | |
| virtual | ~Positionable () |
| Virtual destructor, do nothing. | |
| virtual void | setOrientation (double angle)=0 |
| Set the orientation of the object. | |
| virtual void | setPosition (const An::Point &pos)=0 |
| Set the position of the object. | |
| virtual const An::Point & | getPosition (void)=0 |
| Return the position of the object. | |
| virtual double | getOrientation (void)=0 |
| Return the orientation of the object. | |
| virtual void | setPosition (const An::Point &pos, double angle) |
| Set the position and the orientation of the object. | |
1.4.2