Home
last modified time | relevance | path

Searched refs:sph_to_cart3d (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/formulas/
H A Dspherical.hpp44 static inline void sph_to_cart3d(T const& lon, T const& lat, T & x, T & y, T & z) in sph_to_cart3d() function
53 static inline Point3d sph_to_cart3d(PointSph const& point_sph) in sph_to_cart3d() function
60 sph_to_cart3d(lon, lat, x, y, z); in sph_to_cart3d()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp185 prev = sph_to_cart3d<vector_type>(p1); in collected_vector()
186 next = sph_to_cart3d<vector_type>(p2); in collected_vector()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp891 return formula::sph_to_cart3d<Point3d>(point); in to_cart3d()