1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_2Dinterpolation.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
244 B
C

#ifndef _2D_INTERPOLATION_H_
#define _2D_INTERPOLATION_H_
double
uiuc_2Dinterpolation( double xData[100][100], double yData[100], double zData[100][100],
int xmax[100], int ymax, double x, double y );
#endif // _2D_INTERPOLATION_H_