Home
last modified time | relevance | path

Searched refs:cart3d_to_sph (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dspherical.hpp75 static inline void cart3d_to_sph(T const& x, T const& y, T const& z, T & lon, T & lat) in cart3d_to_sph() function
82 static inline PointSph cart3d_to_sph(Point3d const& point_3d) in cart3d_to_sph() function
91 cart3d_to_sph(x, y, z, lonr, latr); in cart3d_to_sph()
Dinterpolate_point_spherical.hpp96 p = formula::cart3d_to_sph<Point>(v_rot); in compute_point()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp895 return formula::cart3d_to_sph<Point>(point_3d); in from_cart3d()