Main Page
Classes
Files
File List
All
Classes
Functions
LegacyCode
DirectAscent
SHIP_PARAMS.h
1
#ifndef SHIP_PARAMS_H
2
#define SHIP_PARAMS_H
3
4
struct
SHIP_PARAMS
5
{
6
double
massFlowVert, massFlowHori, massFull, thrustHori, thrustVert;
7
SHIP_PARAMS
()
8
{
9
massFlowVert = massFlowHori = massFull = thrustHori = thrustVert = 0;
10
}
11
};
12
13
#endif // SHIP_PARAMS_H
Generated on Sat Feb 23 2013 09:37:08 by
1.8.1.2