Home
last modified time | relevance | path

Searched defs:spheroid_constants (Results 1 – 1 of 1) 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.hpp79 struct spheroid_constants struct in boost::geometry::strategy::area::geographic
81 Spheroid m_spheroid;
82 CT const m_a2; // squared equatorial radius
83 CT const m_e2; // squared eccentricity
84 CT const m_ep2; // squared second eccentricity
85 CT const m_ep; // second eccentricity
86 CT const m_c2; // squared authalic radius
88 inline spheroid_constants(Spheroid const& spheroid) in spheroid_constants() function