Searched refs:Line2D (Results 1 – 2 of 2) sorted by relevance
192 struct Line2D struct194 Line2D();195 Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &lineDirection);210 Line2D planeXYIntersection() const; argument265 Line2D m_nearPlaneMapIntersection;
794 Line2D nearPlaneXYIntersection = nearPlane.planeXYIntersection(); in updateVisibleRegion()863 QGeoProjectionWebMercator::Line2D::Line2D() in Line2D() function in QGeoProjectionWebMercator::Line2D868 QGeoProjectionWebMercator::Line2D::Line2D(const QDoubleVector2D &linePoint, const QDoubleVector2D &… in Line2D() function in QGeoProjectionWebMercator::Line2D874 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()