Home
last modified time | relevance | path

Searched refs:cartesian_to_spherical_equatorial3 (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/strategies/
H A Dstrategy_transform.hpp280 inline bool cartesian_to_spherical_equatorial3(T x, T y, T z, P& p) in cartesian_to_spherical_equatorial3() function
412 return detail::cartesian_to_spherical_equatorial3(get<0>(p1), get<1>(p1), get<2>(p1), p2); in apply()