Home
last modified time | relevance | path

Searched defs:haversineDistance (Results 1 – 6 of 6) sorted by relevance

/dports/astro/gpsbabel14/gpsbabel-1.4.4/gui/
H A Dlatlng.cpp69 double LatLng::haversineDistance(const LatLng &other) const in haversineDistance() function in LatLng
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/gui/
H A Dlatlng.cc70 double LatLng::haversineDistance(const LatLng& other) const in haversineDistance() function in LatLng
/dports/graphics/h3/h3-3.7.2/examples/
H A Ddistance.c39 double haversineDistance(double th1, double ph1, double th2, double ph2) { in haversineDistance() function
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/examples/
H A Ddistance.c39 double haversineDistance(double th1, double ph1, double th2, double ph2) { in haversineDistance() function
/dports/graphics/py-h3/h3-3.7.3/src/h3/_cy/
H A Dunstable_vect.pyx8 cdef double haversineDistance(double th1, double ph1, double th2, double ph2) nogil: function
/dports/www/osrm-backend/osrm-backend-5.26.0/src/util/
H A Dcoordinate_calculation.cpp89 double haversineDistance(const Coordinate coordinate_1, const Coordinate coordinate_2) in haversineDistance() function