Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dremove_spikes.cpp55 double detected_area = bg::area(geometry); in test_remove_spikes() local
58 BOOST_CHECK_CLOSE(detected_area, expected_area, 0.01); in test_remove_spikes()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dgeneral_intersection_precision.cpp84 const double detected_area = bg::area(result); in test_overlay() local
85 if (std::fabs(detected_area - expected_area) > 0.01) in test_overlay()
90 << " detected=" << detected_area in test_overlay()