Searched refs:cartesian_to_spherical_equatorial2 (Results 1 – 1 of 1) sorted by relevance
252 inline bool cartesian_to_spherical_equatorial2(T x, T y, T z, P& p) in cartesian_to_spherical_equatorial2() function385 return detail::cartesian_to_spherical_equatorial2(get<0>(p1), get<1>(p1), get<2>(p1), p2); in apply()