Home
last modified time | relevance | path

Searched refs:ElevationBetweenPoints (Results 1 – 3 of 3) sorted by relevance

/dports/science/libkml/libkml-1.3.0/tests/kml/base/
H A Dmath_util_test.cc92 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 Dmath_util.h71 double ElevationBetweenPoints(double lat_from, double lng_from, double alt_from,
H A Dmath_util.cc63 double ElevationBetweenPoints(double lat1, double lng1, double alt1, in ElevationBetweenPoints() function