Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dsimplify_countries.cpp66 double const area_ratio = bg::area(simplified) / bg::area(geometry); in test_one() local
70 BOOST_CHECK_CLOSE(area_ratio, expected_area_ratio, 0.01); in test_one()