Home
last modified time | relevance | path

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 Dstrategy_transform.hpp246 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 Dradian_access.hpp212 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 Dspherical.hpp90 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 Dintersection.hpp184 set_from_radian<0>(point, lon); in assign()
185 set_from_radian<1>(point, lat); in assign()