Home
last modified time | relevance | path

Searched refs:halfFov (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.cpp39 const double halfFov = getFieldOfView() / 2.0; in getProjMatrix() local
41 …le topHalfSurfaceDistance = std::sin(halfFov) * getCameraToCenterDistance() / std::sin(M_PI - grou… in getProjMatrix()