Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h192 struct Line2D struct
194 Line2D();
195 Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &lineDirection);
210 Line2D planeXYIntersection() const; argument
265 Line2D m_nearPlaneMapIntersection;
H A Dqgeoprojection.cpp794 Line2D nearPlaneXYIntersection = nearPlane.planeXYIntersection(); in updateVisibleRegion()
863 QGeoProjectionWebMercator::Line2D::Line2D() in Line2D() function in QGeoProjectionWebMercator::Line2D
868 QGeoProjectionWebMercator::Line2D::Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &… in Line2D() function in QGeoProjectionWebMercator::Line2D
874 bool QGeoProjectionWebMercator::Line2D::isValid() const in isValid()
907 QGeoProjectionWebMercator::Line2D QGeoProjectionWebMercator::Plane::planeXYIntersection() const in planeXYIntersection()
918 return Line2D(p.toVector2D(), lineDirection.toVector2D()); in planeXYIntersection()