Home
last modified time | relevance | path

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

/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.hpp55 typename Spheroid = srs::spheroid<double>,
88 inline spheroid_constants(Spheroid const& spheroid) in spheroid_constants()
89 : m_spheroid(spheroid) in spheroid_constants()
90 , m_a2(math::sqr(get_radius<0>(spheroid))) in spheroid_constants()
91 , m_e2(formula::flattening<CT>(spheroid) in spheroid_constants()
92 * (CT(2.0) - CT(formula::flattening<CT>(spheroid)))) in spheroid_constants()
95 , m_c2(authalic_radius(spheroid, m_a2, m_e2)) in spheroid_constants()
168 explicit inline geographic(Spheroid const& spheroid = Spheroid()) in geographic() argument
169 : m_spheroid_constants(spheroid) in geographic()
H A Dintersection.hpp63 typename Spheroid = srs::spheroid<double>,
212 explicit geographic_segments(Spheroid const& spheroid = Spheroid()) in geographic_segments()
213 : m_spheroid(spheroid) in geographic_segments()
295 srs::spheroid<calc_t> spheroid = normalized_spheroid<calc_t>(m_spheroid); in apply() local
337 res_b1_b2 = inverse_dist_azi::apply(b1_lon, b1_lat, b2_lon, b2_lat, spheroid); in apply()
345 res_b1_a1 = inverse_dist_azi::apply(b1_lon, b1_lat, a1_lon, a1_lat, spheroid); in apply()
350 res_b1_a2 = inverse_dist_azi::apply(b1_lon, b1_lat, a2_lon, a2_lat, spheroid); in apply()
370 res_a1_a2 = inverse_dist_azi::apply(a1_lon, a1_lat, a2_lon, a2_lat, spheroid); in apply()
378 res_a1_b1 = inverse_dist_azi::apply(a1_lon, a1_lat, b1_lon, b1_lat, spheroid); in apply()
383 res_a1_b2 = inverse_dist_azi::apply(a1_lon, a1_lat, b2_lon, b2_lat, spheroid); in apply()
[all …]
H A Denvelope_segment.hpp32 typename Spheroid = geometry::srs::spheroid<double>,
44 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment() argument
45 : m_spheroid(spheroid) in geographic_segment()
90 srs::spheroid<double>,
H A Dazimuth.hpp33 typename Spheroid = srs::spheroid<double>,
46 explicit inline geographic(Spheroid const& spheroid) in geographic() argument
47 : m_spheroid(spheroid) in geographic()
107 srs::spheroid<double>,
H A Ddistance.hpp44 typename Spheroid = srs::spheroid<double>,
69 explicit inline geographic(Spheroid const& spheroid) in geographic() argument
70 : m_spheroid(spheroid) in geographic()
177 srs::spheroid
H A Ddisjoint_segment_box.hpp47 typename Spheroid = srs::spheroid<double>,
59 explicit inline segment_box_geographic(Spheroid const& spheroid) in segment_box_geographic()
60 : m_spheroid(spheroid) in segment_box_geographic()
H A Ddistance_thomas.hpp42 typename Spheroid = srs::spheroid<double>,
61 explicit inline thomas(Spheroid const& spheroid) in thomas() argument
62 : base_type(spheroid) in thomas()
H A Ddistance_vincenty.hpp44 typename Spheroid = srs::spheroid<double>,
63 explicit inline vincenty(Spheroid const& spheroid) in vincenty() argument
64 : base_type(spheroid) in vincenty()
H A Ddistance_andoyer.hpp48 typename Spheroid = srs::spheroid<double>,
67 explicit inline andoyer(Spheroid const& spheroid) in andoyer() argument
68 : base_type(spheroid) in andoyer()
H A Dside_vincenty.hpp37 typename Spheroid = srs::spheroid<double>,
H A Dside_thomas.hpp37 typename Spheroid = srs::spheroid<double>,
H A Dside_andoyer.hpp37 typename Spheroid = srs::spheroid<double>,
H A Dside.hpp55 typename Spheroid = srs::spheroid<double>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dsrs.hpp44 class spheroid class
47 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid
52 spheroid() in spheroid() function in boost::geometry::srs::spheroid
85 struct tag< srs::spheroid<RadiusType> >
91 struct radius_type< srs::spheroid<RadiusType> >
97 struct radius_access<srs::spheroid<RadiusType>, Dimension>
99 typedef srs::spheroid<RadiusType> spheroid_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dazimuth.hpp53 static inline ReturnType apply(P1 const& p1, P2 const& p2, Spheroid const& spheroid) in apply()
58 spheroid ).azimuth; in apply()
64 return apply(p1, p2, srs::spheroid<ReturnType>()); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dandoyer_inverse.hpp63 Spheroid const& spheroid) in apply() argument
77 CT const f = formula::flattening<CT>(spheroid); in apply()
119 CT const a = get_radius<0>(spheroid); in apply()
206 get_radius<2>(spheroid), f, in apply()
H A Dvincenty_inverse.hpp73 Spheroid const& spheroid) in apply()
99 CT const radius_a = CT(get_radius<0>(spheroid)); in apply()
100 CT const radius_b = CT(get_radius<2>(spheroid)); in apply()
101 CT const f = formula::flattening<CT>(spheroid); in apply()
H A Dthomas_inverse.hpp63 Spheroid const& spheroid) in apply() argument
80 CT const f = formula::flattening<CT>(spheroid); in apply()
149 CT const a = get_radius<0>(spheroid); in apply()
209 get_radius<2>(spheroid), f, in apply()
H A Dvertex_latitude.hpp77 Spheroid const& spheroid) in apply() argument
79 CT const f = formula::flattening<CT>(spheroid); in apply()
H A Dsjoberg_intersection.hpp647 Spheroid const& spheroid) in apply() argument
658 inverse_result const res1 = inverse_type::apply(lon_a1, lat_a1, lon_a2, lat_a2, spheroid); in apply()
659 inverse_result const res2 = inverse_type::apply(lon_b1, lat_b1, lon_b2, lat_b2, spheroid); in apply()
663 lon, lat, spheroid); in apply()
671 Spheroid const& spheroid) in apply() argument
678 CT const f = formula::flattening<CT>(spheroid); in apply()
H A Dvertex_longitude.hpp73 Spheroid const& spheroid) in apply() argument
92 CT const f = flattening<CT>(spheroid); in apply()