Searched refs:sph_to_cart3d (Results 1 – 3 of 3) sorted by relevance
44 static inline void sph_to_cart3d(T const& lon, T const& lat, T & x, T & y, T & z) in sph_to_cart3d() function53 static inline Point3d sph_to_cart3d(PointSph const& point_sph) in sph_to_cart3d() function60 sph_to_cart3d(lon, lat, x, y, z); in sph_to_cart3d()
185 prev = sph_to_cart3d<vector_type>(p1); in collected_vector()186 next = sph_to_cart3d<vector_type>(p2); in collected_vector()
891 return formula::sph_to_cart3d<Point3d>(point); in to_cart3d()