Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp688 m_cameraMatrix0.setToIdentity(); in setupCamera()
689 m_cameraMatrix0.lookAt(eye0, QDoubleVector3D(0,0,0), m_up); in setupCamera()
714 m_transformation0 = matScreenTransformation * projectionMatrix * m_cameraMatrix0; in setupCamera()
H A Dqgeoprojection_p.h236 QDoubleMatrix4x4 m_cameraMatrix0; variable