Home
last modified time | relevance | path

Searched refs:projected_nearest (Results 1 – 2 of 2) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dstatic_rtree.hpp658 FloatCoordinate projected_nearest; in ExploreLeafNode() local
659 std::tie(std::ignore, projected_nearest) = in ExploreLeafNode()
664 projected_input_coordinate_fixed, projected_nearest); in ExploreLeafNode()
671 Coordinate{projected_nearest}}); in ExploreLeafNode()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/util/
H A Dcoordinate_calculation.cpp149 FloatCoordinate projected_nearest; in perpendicularDistance() local
150 std::tie(ratio, projected_nearest) = in perpendicularDistance()
154 nearest_location = web_mercator::toWGS84(projected_nearest); in perpendicularDistance()