Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Darea_with_strategy.cpp32 bg::strategy::area::spherical<> sph_strategy(6371008.8); in main() local
35 double area = bg::area(sph_poly, sph_strategy); in main()