Home
last modified time | relevance | path

Searched refs:furthestDistance (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.cpp45 …const double furthestDistance = std::cos(M_PI / 2 - getPitch()) * topHalfSurfaceDistance + getCame… in getProjMatrix() local
47 const double farZ = furthestDistance * 1.01; in getProjMatrix()