Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dsrs.hpp58 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::spheroid
103 return s.template get_radius<Dimension>(); in get()
135 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::sphere
180 return s.template get_radius<Dimension>(); in get()
H A Dradius.hpp126 inline typename radius_type<Geometry>::type get_radius(Geometry const& geometry) in get_radius() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dflattening.hpp47 return ResultType(get_radius<0>(geometry) - get_radius<2>(geometry)) in apply()
48 / ResultType(get_radius<0>(geometry)); in apply()
H A Dandoyer_inverse.hpp119 CT const a = get_radius<0>(spheroid); in apply()
206 get_radius<2>(spheroid), f, in apply()
H A Dvincenty_inverse.hpp99 CT const radius_a = CT(get_radius<0>(spheroid)); in apply()
100 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
H A Dthomas_inverse.hpp149 CT const a = get_radius<0>(spheroid); in apply()
209 get_radius<2>(spheroid), f, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Darea.hpp76 CT radius = geometry::get_radius<0>(sphere); in area()
117 : m_sphere(geometry::get_radius<0>(sphere)) in spherical()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Darea.hpp90 , m_a2(math::sqr(get_radius<0>(spheroid))) in spheroid_constants()
112 ((math::sqr(get_radius<2>(sph)) * boost::math::atanh(sqrt_e2)) in authalic_radius()
H A Dintersection.hpp965 CalcT(get_radius<2>(spheroid)) // b/a in normalized_spheroid()
966 / CalcT(get_radius<0>(spheroid))); in normalized_spheroid()