ADD: new track message, Entity class and Position class
This commit is contained in:
9
libs/geographiclib/wrapper/c/cgeoid.h
Normal file
9
libs/geographiclib/wrapper/c/cgeoid.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#if !defined(CGEOID_H)
|
||||
#define CGEOID_H 1
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
#endif
|
||||
double HeightAboveEllipsoid(double lat, double lon, double h);
|
||||
|
||||
#endif /* CGEOID_H */
|
||||
Reference in New Issue
Block a user