#include <robotconfig.h>
Inheritance diagram for RobotConfig:

Public Methods | |
| virtual void | Serialize (FILE *f) |
| virtual void | Deserialize (FILE *f) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | dirx |
| float | diry |
| float | dirz |
This class contains configuration information for a robot.
|
|
Deserialization function Implements Serializable. |
|
|
Serialization function Implements Serializable. |
|
|
X component of robot's direction vector |
|
|
Y component of robot's direction vector |
|
|
Z component of robot's direction vector |
|
|
X coordinate of the robot |
|
|
Y coordinate of the robot |
|
|
Z coordinate of the robot |
1.2.18