Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp637 QDoubleMatrix4x4 mBearingMercator; in setupCamera() local
638 mBearingMercator.rotate(m_cameraData.bearing(), m_viewMercator); in setupCamera()
639 m_upMercator = mBearingMercator * m_upMercator; in setupCamera()