Home
last modified time | relevance | path

Searched refs:sph_to_cart3d (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dinterpolate_point_spherical.hpp30 m_xyz0 = formula::sph_to_cart3d<point3d_t>(p0); in compute_angle()
31 m_xyz1 = formula::sph_to_cart3d<point3d_t>(p1); in compute_angle()
Dspherical.hpp48 static inline void sph_to_cart3d(T const& lon, T const& lat, T & x, T & y, T & z) in sph_to_cart3d() function
57 static inline Point3d sph_to_cart3d(PointSph const& point_sph) in sph_to_cart3d() function
64 sph_to_cart3d(lon, lat, x, y, z); in sph_to_cart3d()
/third_party/boost/boost/geometry/algorithms/detail/equals/
Dcollect_vectors.hpp187 prev = sph_to_cart3d<vector_type>(p1); in collected_vector()
188 next = sph_to_cart3d<vector_type>(p2); in collected_vector()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp901 return formula::sph_to_cart3d<Point3d>(point); in to_cart3d()