Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h208 …QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &lineDire…
209 …inline QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &l…
H A Dqgeoprojection.cpp536 return (xyPlane.lineIntersection(m_eye, ray, s) / m_sideLengthPixels).toVector2D(); in viewportToWrappedMapProjection()
893 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint… in lineIntersection() function in QGeoProjectionWebMercator::Plane
896 return lineIntersection(linePoint, lineDirection, s); in lineIntersection()
899 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint… in lineIntersection() function in QGeoProjectionWebMercator::Plane
917 QDoubleVector3D p = xyPlane.lineIntersection(m_point, directionToXY); in planeXYIntersection()