Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp643 m_sideMercator = QDoubleVector3D::normal(m_upMercator, m_viewMercator); in setupCamera()
653 mTiltMercator.rotate(-m_cameraData.tilt(), m_sideMercator); in setupCamera()
675 m_upMercator = QDoubleVector3D::normal(m_viewMercator, m_sideMercator); in setupCamera()
H A Dqgeoprojection_p.h262 QDoubleVector3D m_sideMercator; variable