Home
last modified time | relevance | path

Searched refs:spheroid_const (Results 1 – 2 of 2) 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.hpp129 inline CT area(spheroid_constants spheroid_const) const in area()
133 CT sum = spheroid_const.m_c2 * m_excess_sum in area()
134 + spheroid_const.m_e2 * spheroid_const.m_a2 * m_correction_sum; in area()
144 * spheroid_const.m_c2 in area()
/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.hpp411 SpheroidConst spheroid_const) in ellipsoidal() argument
424 spheroid_const.m_spheroid); in ellipsoidal()
431 CT const ep = spheroid_const.m_ep; in ellipsoidal()
432 CT const f = formula::flattening<CT>(spheroid_const.m_spheroid); in ellipsoidal()