Home
last modified time | relevance | path

Searched refs:point_sph (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 Dspherical.hpp53 static inline Point3d sph_to_cart3d(PointSph const& point_sph) in sph_to_cart3d() argument
57 calc_t const lon = get_as_radian<0>(point_sph); in sph_to_cart3d()
58 calc_t const lat = get_as_radian<1>(point_sph); in sph_to_cart3d()