Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp530 p += m_side * pos.x(); in viewportToWrappedMapProjection()
642 m_side = QDoubleVector3D::normal(m_up, m_view); in setupCamera()
647 mTilt.rotate(-m_cameraData.tilt(), m_side); in setupCamera()
660 m_up = QDoubleVector3D::normal(m_view, m_side); in setupCamera()
H A Dqgeoprojection_p.h245 QDoubleVector3D m_side; variable