Home
last modified time | relevance | path

Searched refs:projected_to_surface (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp168 inline Point3d projected_to_surface(Point3d const& direction, Spheroid const& spheroid) in projected_to_surface() function
205 inline bool projected_to_surface(Point3d const& origin, Point3d const& direction, Point3d & result1… in projected_to_surface() function
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection_elliptic.hpp107 ip1 = formula::projected_to_surface(id, m_spheroid); in intersection_points()