1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_convert.h
curt 8f3aa1bebd UIUC flight model contribution. This is based on LaRCsim, but can read
the aircraft parameters from a file.  It still uses Tony's <crappy> (and I
mean that in a constructive way) gear model. :-)
2000-03-22 22:01:33 +00:00

8 lines
185 B
C

#ifndef _CONVERT_H_
#define _CONVERT_H_
#include "../FDM/LaRCsim/ls_constants.h" /* uses RAD_TO_DEG, DEG_TO_RAD */
double uiuc_convert( int conversionType );
#endif // _CONVERT_H_