/third_party/boost/boost/geometry/strategies/spherical/ |
D | get_radius.hpp | 37 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()
|
D | distance_haversine.hpp | 70 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()
|
D | densify.hpp | 68 : m_radius(strategy_detail::get_radius in spherical() 117 typename strategy_detail::get_radius
|
D | area.hpp | 122 : m_radius(strategy_detail::get_radius in spherical() 158 typename strategy_detail::get_radius
|
/third_party/boost/boost/geometry/formulas/ |
D | flattening.hpp | 47 return ResultType(get_radius<0>(geometry) - get_radius<2>(geometry)) in apply() 48 / ResultType(get_radius<0>(geometry)); in apply()
|
D | mean_radius.hpp | 37 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()
|
D | unit_spheroid.hpp | 26 return ResultType(get_radius<2>(spheroid)) in unit_spheroid_b() 27 / ResultType(get_radius<0>(spheroid)); in unit_spheroid_b()
|
D | eccentricity_sqr.hpp | 49 return ResultType(1) - math::sqr(ResultType(get_radius<2>(geometry)) in apply() 50 / ResultType(get_radius<0>(geometry))); in apply()
|
D | authalic_radius_sqr.hpp | 43 return math::sqr<ResultType>(get_radius<0>(geometry)); in apply() 52 ResultType const a2 = math::sqr<ResultType>(get_radius<0>(geometry)); in apply()
|
D | quarter_meridian.hpp | 62 ResultType const ab4 = (get_radius<0>(geometry) in apply() 63 + get_radius<2>(geometry)) / c4; in apply()
|
D | vincenty_direct.hpp | 78 CT const radius_a = CT(get_radius<0>(spheroid)); in apply() 79 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
|
D | vincenty_inverse.hpp | 100 CT const radius_a = CT(get_radius<0>(spheroid)); in apply() 101 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
|
D | thomas_inverse.hpp | 149 CT const a = get_radius<0>(spheroid); in apply() 209 get_radius<2>(spheroid), f, in apply()
|
D | andoyer_inverse.hpp | 121 CT const a = CT(get_radius<0>(spheroid)); in apply() 234 CT const b = CT(get_radius<2>(spheroid)); in apply()
|
D | thomas_direct.hpp | 77 CT const a = CT(get_radius<0>(spheroid)); in apply() 78 CT const b = CT(get_radius<2>(spheroid)); in apply()
|
D | gnomonic_spheroid.hpp | 79 CT const a = get_radius<0>(spheroid); in inverse()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | mapping_ssf.hpp | 70 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()
|
D | area.hpp | 97 , m_a2(math::sqr(get_radius<0>(spheroid))) in spheroid_constants()
|
/third_party/boost/boost/geometry/srs/ |
D | sphere.hpp | 56 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::sphere 101 return s.template get_radius<Dimension>(); in get()
|
D | spheroid.hpp | 79 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/ |
D | radius.cpp | 40 radius_type x = bg::get_radius<I>(g); in test_get_set()
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_ell_set.hpp | 147 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/ |
D | area_multi.cpp | 38 double r2 = bg::math::sqr(bg::get_radius<0>(bg::srs::sphere<double>())); in test_all()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | srs_spheroid.qbk | 58 RadiusType get_radius()``
|
/third_party/boost/boost/geometry/srs/projections/ |
D | dpar.hpp | 544 , 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()
|