1
0
Fork 0
flightgear/src/FDM/LaRCsim/ls_geodesy.h
Tim Moore c90db01dc8 source tree reorganization prior to flightgear 0.7
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02:00

15 lines
321 B
C

/* a quick ls_geodesy.h */
#ifndef _LS_GEODESY_H
#define _LS_GEODESY_H
void ls_geoc_to_geod( SCALAR lat_geoc, SCALAR radius,
SCALAR *lat_geod, SCALAR *alt, SCALAR *sea_level_r );
void ls_geod_to_geoc( SCALAR lat_geod, SCALAR alt, SCALAR *sl_radius,
SCALAR *lat_geoc );
#endif /* _LS_GEODESY_H */