Home
last modified time | relevance | path

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

12

/third_party/boost/boost/geometry/strategies/spherical/
Dget_radius.hpp37 struct get_radius struct
42 return geometry::get_radius<0>(sphere); in apply()
47 struct get_radius<RadiusTypeOrSphere, void> struct
58 struct get_radius<Point, point_tag> struct
67 static typename get_radius<RadiusOrSphere>::type
70 return get_radius<RadiusOrSphere>::apply(radius_or_sphere); in apply()
Ddistance_haversine.hpp70 typedef typename strategy_detail::get_radius
81 : m_radius(strategy_detail::get_radius in haversine()
154 typedef typename strategy_detail::get_radius
172 : m_radius(strategy_detail::get_radius in haversine()
Ddensify.hpp68 : m_radius(strategy_detail::get_radius in spherical()
117 typename strategy_detail::get_radius
Darea.hpp122 : m_radius(strategy_detail::get_radius in spherical()
158 typename strategy_detail::get_radius
/third_party/boost/boost/geometry/formulas/
Dflattening.hpp47 return ResultType(get_radius<0>(geometry) - get_radius<2>(geometry)) in apply()
48 / ResultType(get_radius<0>(geometry)); in apply()
Dmean_radius.hpp37 return ResultType(get_radius<0>(geometry)); in apply()
47 return (ResultType(2) * ResultType(get_radius<0>(geometry)) in apply()
48 + ResultType(get_radius<2>(geometry))) in apply()
Dunit_spheroid.hpp26 return ResultType(get_radius<2>(spheroid)) in unit_spheroid_b()
27 / ResultType(get_radius<0>(spheroid)); in unit_spheroid_b()
Deccentricity_sqr.hpp49 return ResultType(1) - math::sqr(ResultType(get_radius<2>(geometry)) in apply()
50 / ResultType(get_radius<0>(geometry))); in apply()
Dauthalic_radius_sqr.hpp43 return math::sqr<ResultType>(get_radius<0>(geometry)); in apply()
52 ResultType const a2 = math::sqr<ResultType>(get_radius<0>(geometry)); in apply()
Dquarter_meridian.hpp62 ResultType const ab4 = (get_radius<0>(geometry) in apply()
63 + get_radius<2>(geometry)) / c4; in apply()
Dvincenty_direct.hpp78 CT const radius_a = CT(get_radius<0>(spheroid)); in apply()
79 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
Dvincenty_inverse.hpp100 CT const radius_a = CT(get_radius<0>(spheroid)); in apply()
101 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
Dthomas_inverse.hpp149 CT const a = get_radius<0>(spheroid); in apply()
209 get_radius<2>(spheroid), f, in apply()
Dandoyer_inverse.hpp121 CT const a = CT(get_radius<0>(spheroid)); in apply()
234 CT const b = CT(get_radius<2>(spheroid)); in apply()
Dthomas_direct.hpp77 CT const a = CT(get_radius<0>(spheroid)); in apply()
78 CT const b = CT(get_radius<2>(spheroid)); in apply()
Dgnomonic_spheroid.hpp79 CT const a = get_radius<0>(spheroid); in inverse()
/third_party/boost/boost/geometry/strategies/geographic/
Dmapping_ssf.hpp70 fraction_type const a = geometry::get_radius<0>(spheroid); in mapper()
71 fraction_type const b = geometry::get_radius<2>(spheroid); in mapper()
94 fraction_type const a = geometry::get_radius<0>(spheroid); in mapper()
95 fraction_type const b = geometry::get_radius<2>(spheroid); in mapper()
Darea.hpp97 , m_a2(math::sqr(get_radius<0>(spheroid))) in spheroid_constants()
/third_party/boost/boost/geometry/srs/
Dsphere.hpp56 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::sphere
101 return s.template get_radius<Dimension>(); in get()
Dspheroid.hpp79 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::spheroid
140 return s.template get_radius<Dimension>(); in get()
/third_party/boost/libs/geometry/test/core/
Dradius.cpp40 radius_type x = bg::get_radius<I>(g); in test_get_set()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_ell_set.hpp147 a = geometry::get_radius<0>(s); in pj_ell_init_ellps()
148 b = geometry::get_radius<2>(s); in pj_ell_init_ellps()
183 a = geometry::get_radius<0>(model); in apply()
184 b = geometry::get_radius<2>(model); in apply()
/third_party/boost/libs/geometry/test/algorithms/area/
Darea_multi.cpp38 double r2 = bg::math::sqr(bg::get_radius<0>(bg::srs::sphere<double>())); in test_all()
/third_party/boost/libs/geometry/doc/generated/
Dsrs_spheroid.qbk58 RadiusType get_radius()``
/third_party/boost/boost/geometry/srs/projections/
Ddpar.hpp544 , m_value(T(get_radius<0>(v))) in parameter()
554 , m_value(srs::spheroid<T>(get_radius<0>(v), get_radius<2>(v))) in parameter()

12