Home
last modified time | relevance | path

Searched defs:haversine (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_haversine.hpp54 class haversine class
75 inline haversine() in haversine() function in boost::geometry::strategy::distance::comparable::haversine
80 explicit inline haversine(RadiusOrSphere const& radius_or_sphere) in haversine() function in boost::geometry::strategy::distance::comparable::haversine
144 class haversine class
162 inline haversine() in haversine() function in boost::geometry::strategy::distance::haversine
171 explicit inline haversine(RadiusOrSphere const& radius_or_sphere) in haversine() function in boost::geometry::strategy::distance::haversine
/third_party/boost/libs/geometry/example/
D07_b_graph_route_example.cpp84 boost::geometry::strategy::distance::haversine<double> const haversine(6372795.0); variable
D07_a_graph_route_example.cpp90 boost::geometry::strategy::distance::haversine<double> const haversine(6372795.0); variable