Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp316 calc_t const b2_lon = get_as_radian<0>(b2); in apply() local
337 res_b1_b2 = inverse_dist_azi::apply(b1_lon, b1_lat, b2_lon, b2_lat, spheroid); in apply()
383 res_a1_b2 = inverse_dist_azi::apply(a1_lon, a1_lat, b2_lon, b2_lat, spheroid); in apply()
547 b1_lon, b1_lat, b2_lon, b2_lat, in apply()
683 CalcT const& b2_lon, CalcT const& b2_lat, // in in calculate_ip_data()
797 lon = b2_lon; in calculate_ip_data()
816 b1_lon, b1_lat, b2_lon, b2_lat, res_b1_b2.azimuth, in calculate_ip_data()
854 bool is_on_b2 = math::equals(lon, b2_lon) && math::equals(lat, b2_lat); in calculate_ip_data()
872 lon = b2_lon; in calculate_ip_data()