Home
last modified time | relevance | path

Searched refs:cos_lat (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 Dspherical.hpp46 T const cos_lat = cos(lat); in sph_to_cart3d() local
47 x = cos_lat * cos(lon); in sph_to_cart3d()
48 y = cos_lat * sin(lon); in sph_to_cart3d()