Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turns_linear_linear_geo.cpp23 bg::srs::spheroid<double> sph_wgs84(6378137.0, 6356752.3142451793); in test_radian() local
24 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in test_radian()
/third_party/boost/libs/geometry/test/algorithms/
Dis_simple_geo.cpp55 bg::srs::spheroid<double> sph_wgs84; in BOOST_AUTO_TEST_CASE() local
59 bg::strategy::intersection::geographic_segments<> s(sph_wgs84); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_linear_linear.cpp1518 bg::srs::spheroid<double> sph_wgs84(6378137.0, 6356752.3142451793); in BOOST_AUTO_TEST_CASE() local
1519 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in BOOST_AUTO_TEST_CASE()