Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h195 Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &lineDirection);
208 …QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &lineDire…
209 …inline QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &l…
H A Dqgeoprojection.cpp868 QGeoProjectionWebMercator::Line2D::Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &… in Line2D() argument
869 : m_point(linePoint), m_direction(lineDirection.normalized()) in Line2D()
893 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint in lineIntersection() argument
896 return lineIntersection(linePoint, lineDirection, s); in lineIntersection()
899 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint in lineIntersection() argument
901 QDoubleVector3D w = linePoint - m_point; in lineIntersection()
904 return linePoint + lineDirection * s; in lineIntersection()