Searched refs:set_from_radian (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | strategy_transform.hpp | 246 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical2() 247 set_from_radian<1>(p, acos(z)); in cartesian_to_spherical2() 256 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical_equatorial2() 257 set_from_radian<1>(p, asin(z)); in cartesian_to_spherical_equatorial2() 270 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical3() 273 set_from_radian<1>(p, acos(z / r)); in cartesian_to_spherical3() 287 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical_equatorial3() 290 set_from_radian<1>(p, asin(z / r)); in cartesian_to_spherical_equatorial3()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | radian_access.hpp | 212 inline void set_from_radian(Geometry& geometry, in set_from_radian() function 253 inline void set_from_radian(Geometry& geometry, in set_from_radian() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | spherical.hpp | 90 set_from_radian<0>(res, lonr); in cart3d_to_sph() 91 set_from_radian<1>(res, latr); in cart3d_to_sph()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | intersection.hpp | 184 set_from_radian<0>(point, lon); in assign() 185 set_from_radian<1>(point, lat); in assign()
|