Searched refs:lon_b2 (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/formulas/ |
| H A D | sjoberg_intersection.hpp | 43 CT const& lon2, CT const& lat2, CT const& lon_b2, CT const& lat_b2, in apply() 48 lon2, lat2, lon_b2, lat_b2, in apply() 60 CT const& lon2, CT const& lat2, CT const& lon_b2, CT const& lat_b2, in apply_alt() 75 return apply(lon1, lon_a2, lon2, lon_b2, in apply_alt() 83 static inline bool apply(CT const& lon1, CT const& lon_a2, CT const& lon2, CT const& lon_b2, in apply() 98 CT const dlon2 = lon_b2 - lon2; in apply() 154 … math::longitude_difference<radian>(lon_b2, lon))); in apply() 158 … math::longitude_difference<radian>(lon_b2, lon_2))); in apply() 655 CT const lon_b2 = lonb2; in apply() local 659 inverse_result const res2 = inverse_type::apply(lon_b1, lat_b1, lon_b2, lat_b2, spheroid); in apply() [all …]
|