Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp686 m_cameraMatrix.setToIdentity(); in setupCamera()
687 m_cameraMatrix.lookAt(m_eye, m_center, m_up); in setupCamera()
710 m_transformation = matScreenTransformation * projectionMatrix * m_cameraMatrix; in setupCamera()
H A Dqgeoprojection_p.h235 QDoubleMatrix4x4 m_cameraMatrix; variable