Home
last modified time | relevance | path

Searched refs:point_3d (Results 1 – 2 of 2) 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.hpp78 static inline PointSph cart3d_to_sph(Point3d const& point_3d) in cart3d_to_sph() argument
83 calc_t const x = get<0>(point_3d); in cart3d_to_sph()
84 calc_t const y = get<1>(point_3d); in cart3d_to_sph()
85 calc_t const z = get<2>(point_3d); 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/spherical/
H A Dintersection.hpp883 static Point from_cart3d(Point3d const& point_3d) in from_cart3d()
885 return formula::cart3d_to_sph<Point>(point_3d); in from_cart3d()