Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/geometries/
Dboost_polygon_overlay.cpp55 double area_u = boost::polygon::area(out_u); in test_overlay_using_boost_polygon() local
57 double sum = area_p + area_q - area_u - area_i; in test_overlay_using_boost_polygon()
64 << " area u: " << area_u in test_overlay_using_boost_polygon()
93 double area_u = boost::geometry::area(out_u); in test_overlay_using_boost_geometry() local
95 double sum = area_p + area_q - area_u - area_i; in test_overlay_using_boost_geometry()
102 << " area u: " << area_u in test_overlay_using_boost_geometry()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dassemble.cpp61 type area_i = 0, area_u = 0, area_d1 = 0, area_d2 = 0; in test_assemble() local
65 area_u += bg::area(g); in test_assemble()
80 type diff = (area_p + area_q) - area_u - area_i; in test_assemble()
81 type diff_d1 = (area_u - area_q) - area_d1; in test_assemble()
82 type diff_d2 = (area_u - area_p) - area_d2; in test_assemble()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dtest_overlay_p_q.hpp135 CalculationType area_u = p_q_area(out_u); in test_overlay_p_q() local
137 double sum = (area_p + area_q) - area_u - area_i; in test_overlay_p_q()
147 double sum_d1 = (area_u - area_q) - area_d1; in test_overlay_p_q()
148 double sum_d2 = (area_u - area_p) - area_d2; in test_overlay_p_q()
226 << " area u: " << area_u in test_overlay_p_q()