Home
last modified time | relevance | path

Searched refs:sin_d_crs1 (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/spherical/
H A Ddistance_cross_track.hpp426 return_type sin_d_crs1 = sin(d_crs1); in apply() local
437 return_type d1_x_sin = d1 * sin_d_crs1; in apply()
438 return_type d = d1_x_sin * (sin_d_crs1 - d1_x_sin); in apply()