#include <pose.h>
Public Member Functions | |
| pose const | operator= (pose const &p) |
| pose (int, int, DEGREE) | |
| Constructor for x,y. | |
| pose (const pose &) | |
| copy constructor | |
| pose (void) | |
| default constructor | |
| int | x (void) const |
| Retruns X coordinate. | |
| int | y (void) const |
| Returns Y coordinate. | |
| DEGREE | face (void) const |
| Returns which way facing in basic units (DEGREE). | |
| void | set (int, int, DEGREE) |
| Sets the poses x,y coordinate. | |
| void | set (const pose &) |
| set a pose to another pose | |
| void | face (DEGREE f) |
| Sets the orientation. | |
Private Attributes | |
| int | _x |
| int | _y |
| DEGREE | _face |
Friends | |
| class | pose_chain |
|
||||||||||||||||
|
Constructor for x,y.
|
|
|
copy constructor
|
|
|
default constructor
|
|
|
Sets the orientation.
|
|
|
Returns which way facing in basic units (DEGREE).
|
|
|
|
|
|
set a pose to another pose
|
|
||||||||||||||||
|
Sets the poses x,y coordinate.
|
|
|
Retruns X coordinate.
|
|
|
Returns Y coordinate.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3