Home
last modified time | relevance | path

Searched refs:sin_d (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/formulas/
H A Dandoyer_inverse.hpp98 CT const sin_d = sin(d); // [-1, 1] in apply() local
104 CT const three_sin_d = CT(3) * sin_d; in apply()
127 if (math::equals(sin_d, c0)) in apply()
174 CT const T = d / sin_d; in apply()
H A Dthomas_inverse.hpp115 CT const sin_d = sin(d); in apply() local
119 if ( math::equals(sin_d, c0) in apply()
130 CT const T = d / sin_d; in apply()
152 result.distance = a * sin_d * (T - delta1d + delta2d); in apply()