Home
last modified time | relevance | path

Searched refs:groundAngle (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp40 const double groundAngle = M_PI / 2.0 + getPitch(); in getProjMatrix() local
41 …istance = std::sin(halfFov) * getCameraToCenterDistance() / std::sin(M_PI - groundAngle - halfFov); in getProjMatrix()