Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp435 Point3d ip1_s, ip2_s; in experimental_elliptic_intersection() local
436 if (! planes_spheroid_intersection(o1, n1, o2, n2, ip1_s, ip2_s, spheroid)) in experimental_elliptic_intersection()
445 coord_t dot_a1i2 = dot_product(a1, ip2_s); in experimental_elliptic_intersection()
446 coord_t dot_a2i2 = dot_product(a2, ip2_s); in experimental_elliptic_intersection()
449 result = gri1 >= gri2 ? ip1_s : ip2_s; in experimental_elliptic_intersection()