Home
last modified time | relevance | path

Searched refs:inverse_type (Results 1 – 3 of 3) 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 Dazimuth.hpp65 …def typename FormulaPolicy::template inverse<calc_t, false, true, true, false, false> inverse_type; in apply() typedef
66 typedef typename inverse_type::result_type inverse_result; in apply()
67 inverse_result i_res = inverse_type::apply(calc_t(lon1_rad), calc_t(lat1_rad), in apply()
84 …ef typename FormulaPolicy::template inverse<calc_t, false, true, false, false, false> inverse_type; in apply() typedef
85 typedef typename inverse_type::result_type inverse_result; in apply()
86 inverse_result i_res = inverse_type::apply(calc_t(lon1_rad), calc_t(lat1_rad), in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Darea_formulas.hpp417 typedef Inverse<CT, false, true, true, false, false> inverse_type; in ellipsoidal() typedef
418 typedef typename inverse_type::result_type inverse_result; in ellipsoidal()
420 inverse_result i_res = inverse_type::apply(get_as_radian<0>(p1), in ellipsoidal()
H A Dsjoberg_intersection.hpp633 typedef Inverse<CT, false, true, false, false, false> inverse_type; typedef in boost::geometry::formula::sjoberg_intersection
634 typedef typename inverse_type::result_type inverse_result;
658 inverse_result const res1 = inverse_type::apply(lon_a1, lat_a1, lon_a2, lat_a2, spheroid); in apply()
659 inverse_result const res2 = inverse_type::apply(lon_b1, lat_b1, lon_b2, lat_b2, spheroid); in apply()