Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
vincenty.h
Go to the documentation of this file.
1 
8 #ifndef INCLUDE_VINCENTY_H_
9 #define INCLUDE_VINCENTY_H_
10 
21 double vincenty_distance(double lat1, double lon1, double lat2, double lon2);
22 
23 #endif /* INCLUDE_VINCENTY_H_ */
double vincenty_distance(double lat1, double lon1, double lat2, double lon2)
Calculate geographical distances using Vincenty's algorithm.
Definition: vincenty.c:47