Home
last modified time | relevance | path

Searched refs:theta2 (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/formulas/
H A Dthomas_inverse.hpp91 CT const theta2 = math::equals(lat2, pi_half) ? lat2 : in apply() local
95 CT const theta_m = (theta1 + theta2) / c2; in apply()
96 CT const d_theta_m = (theta2 - theta1) / c2; in apply()