Searched refs:ElevationBetweenPoints (Results 1 – 3 of 3) sorted by relevance
/dports/science/libkml/libkml-1.3.0/tests/kml/base/ |
H A D | math_util_test.cc | 92 0.0, ElevationBetweenPoints(lat_from, lng_from, alt_from, in TEST() 98 90.0, ElevationBetweenPoints(lat_from, lng_from, alt_from, in TEST() 104 2.1667, ElevationBetweenPoints(lat_from, lng_from, alt_from, in TEST() 114 -12.7004, ElevationBetweenPoints(lat_from, lng_from, alt_from, in TEST()
|
/dports/science/libkml/libkml-1.3.0/src/kml/base/ |
H A D | math_util.h | 71 double ElevationBetweenPoints(double lat_from, double lng_from, double alt_from,
|
H A D | math_util.cc | 63 double ElevationBetweenPoints(double lat1, double lng1, double alt1, in ElevationBetweenPoints() function
|