Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/proj/
Dbipc.hpp245 struct bipc_spheroid : public detail::bipc::base_bipc_spheroid<T, Parameters> struct
248 inline bipc_spheroid(Params const& params, Parameters & par) in bipc_spheroid() argument
259 BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI(srs::spar::proj_bipc, bipc_spheroid) in BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI() argument
262 BOOST_GEOMETRY_PROJECTIONS_DETAIL_FACTORY_ENTRY_FI(bipc_entry, bipc_spheroid) in BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI()
/third_party/boost/libs/geometry/test/srs/
Dprojections_static.cpp102 test_forward<bg::projections::bipc_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m", 7); in test_all()