]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_pah_ap.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_pah_ap.h
1
2 #ifndef _PAH_AP_H_
3 #define _PAH_AP_H_
4
5 double pah_ap(double pitch, double pitchrate, double pitch_ref, double V,
6               double sample_t, int init);
7
8 #endif //_PAH_AP_H_