Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin_pointlike_geometry.cpp227 Point pt_s1(20, -40.00001); in test_spherical_geographic() local
229 … BOOST_CHECK_EQUAL(ss.apply(poly_s.outer()[0], poly_s.outer()[1], pt_s1), 1); // left of segment in test_spherical_geographic()
231 BOOST_CHECK_EQUAL(bg::within(pt_s1, poly_s, ws), false); in test_spherical_geographic()