Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp183 m_farPlane(0.0), in QGeoProjectionWebMercator()
672 m_farPlane = (altitude + 2097152.0) * defaultTileSize; in setupCamera()
692 …ionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_farPlane); in setupCamera()
H A Dqgeoprojection_p.h250 double m_farPlane; variable