Home
last modified time | relevance | path

Searched refs: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.hpp384 << d_crs1 * geometry::math::r2d<return_type>() << std::endl; in apply()
405 return_type d_crs1 = crs_AD - crs_AB; in apply() local
409 return_type projection1 = cos( d_crs1 ) * d1 / d3; in apply()
415 return_type XTD = radius() * geometry::math::abs( asin( sin( d1 ) * sin( d_crs1 ) )); in apply()
426 return_type sin_d_crs1 = sin(d_crs1); in apply()