Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp50 …static const QGeoProjectionWebMercator::Plane xyPlane(QDoubleVector3D(0,0,0), QDoubleVector3D(0,0,… variable
536 return (xyPlane.lineIntersection(m_eye, ray, s) / m_sideLengthPixels).toVector2D(); in viewportToWrappedMapProjection()
917 QDoubleVector3D p = xyPlane.lineIntersection(m_point, directionToXY); in planeXYIntersection()