#include <stage.hh>

Public Member Functions | |
| Velocity & | Load (Worldfile *wf, int section, const char *keyword) |
| virtual void | Print (const char *prefix) const |
| Velocity (double x, double y, double z, double a) | |
| Velocity () | |
Specify a 4 axis velocity: 3D vector in [x, y, z], plus rotation about Z (yaw).
| Stg::Velocity::Velocity | ( | double | x, |
| double | y, | ||
| double | z, | ||
| double | a | ||
| ) | [inline] |
| x | velocity vector component along X axis (forward speed), in meters per second. |
| y | velocity vector component along Y axis (sideways speed), in meters per second. |
| z | velocity vector component along Z axis (vertical speed), in meters per second. |
| a | rotational velocity around Z axis (yaw), in radians per second. |
| Stg::Velocity::Velocity | ( | ) | [inline] |
| Velocity& Stg::Velocity::Load | ( | Worldfile * | wf, |
| int | section, | ||
| const char * | keyword | ||
| ) | [inline] |
| virtual void Stg::Velocity::Print | ( | const char * | prefix | ) | const [inline, virtual] |