![]() |
Pioneer
|
#include "Propulsion.h"#include "Game.h"#include "GameSaveError.h"#include "Pi.h"#include "Player.h"#include "PlayerShipController.h"
Functions | |
| REGISTER_COMPONENT_TYPE (Propulsion) | |
| double | calc_ivel (double dist, double vel, double acc) |
| double | calc_ivel_pos (double dist, double vel, double acc) |
| double calc_ivel | ( | double | dist, |
| double | vel, | ||
| double | acc | ||
| ) |

| double calc_ivel_pos | ( | double | dist, |
| double | vel, | ||
| double | acc | ||
| ) |

| REGISTER_COMPONENT_TYPE | ( | Propulsion | ) |