Home
last modified time | relevance | path

Searched refs:m_spheroid (Results 1 – 7 of 7) 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 Dazimuth.hpp43 : m_spheroid() in geographic()
47 : m_spheroid(spheroid) in geographic()
52 return m_spheroid; in model()
69 m_spheroid); in apply()
88 m_spheroid); in apply()
93 Spheroid m_spheroid; member in boost::geometry::strategy::azimuth::geographic
H A Ddistance.hpp66 : m_spheroid() in geographic()
70 : m_spheroid(spheroid) in geographic()
83 m_spheroid).distance; in apply()
88 return m_spheroid; in model()
92 Spheroid m_spheroid; member in boost::geometry::strategy::distance::geographic
H A Ddisjoint_segment_box.hpp56 : m_spheroid() in segment_box_geographic()
60 : m_spheroid(spheroid) in segment_box_geographic()
89 > azimuth_geographic(m_spheroid); in apply()
96 Spheroid m_spheroid; member
H A Denvelope_segment.hpp41 : m_spheroid() in geographic_segment()
45 : m_spheroid(spheroid) in geographic_segment()
59 > azimuth_geographic(m_spheroid); in apply()
76 Spheroid m_spheroid; member in boost::geometry::strategy::envelope::geographic_segment
H A Dintersection.hpp75 return side_strategy_type(m_spheroid); in get_side_strategy()
118 return strategy_type(m_spheroid); in get_area_strategy()
136 return strategy_type(m_spheroid); in get_distance_strategy()
144 return envelope_strategy_type(m_spheroid); in get_envelope_strategy()
213 : m_spheroid(spheroid) in geographic_segments()
295 srs::spheroid<calc_t> spheroid = normalized_spheroid<calc_t>(m_spheroid); in apply()
970 Spheroid m_spheroid; member
H A Darea.hpp81 Spheroid m_spheroid; member
89 : m_spheroid(spheroid) in spheroid_constants()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Darea_formulas.hpp424 spheroid_const.m_spheroid); in ellipsoidal()
432 CT const f = formula::flattening<CT>(spheroid_const.m_spheroid); in ellipsoidal()