Pioneer
Loading...
Searching...
No Matches
Functions
Propulsion.cpp File Reference
#include "Propulsion.h"
#include "Game.h"
#include "GameSaveError.h"
#include "Pi.h"
#include "Player.h"
#include "PlayerShipController.h"
Include dependency graph for Propulsion.cpp:

Functions

 REGISTER_COMPONENT_TYPE (Propulsion)
 
double calc_ivel (double dist, double vel, double acc)
 
double calc_ivel_pos (double dist, double vel, double acc)
 

Function Documentation

◆ calc_ivel()

double calc_ivel ( double  dist,
double  vel,
double  acc 
)
Here is the call graph for this function:

◆ calc_ivel_pos()

double calc_ivel_pos ( double  dist,
double  vel,
double  acc 
)
Here is the call graph for this function:

◆ REGISTER_COMPONENT_TYPE()

REGISTER_COMPONENT_TYPE ( Propulsion  )