]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_find_position.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_find_position.h
1 #ifndef _FIND_POSITION_H_
2 #define _FIND_POSITION_H_
3
4 double uiuc_find_position(double command, double increment_per_timestep,
5                           double position);
6
7
8 #endif // _FIND_POSITION_H_