Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp916 QDoubleVector3D directionToXY = QDoubleVector3D::crossProduct(m_normal, lineDirection); in planeXYIntersection() local
917 QDoubleVector3D p = xyPlane.lineIntersection(m_point, directionToXY); in planeXYIntersection()