Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGeoProjectionWebMercator::Line2D Struct Reference

#include <qgeoprojection_p.h>

+ Collaboration diagram for QGeoProjectionWebMercator::Line2D:

Public Member Functions

 Line2D ()
 
 Line2D (const QDoubleVector2D &linePoint, const QDoubleVector2D &lineDirection)
 
bool isValid () const
 

Public Attributes

QDoubleVector2D m_point
 
QDoubleVector2D m_direction
 

Detailed Description

Definition at line 162 of file qgeoprojection_p.h.

Constructor & Destructor Documentation

◆ Line2D() [1/2]

QGeoProjectionWebMercator::Line2D::Line2D ( )

Definition at line 824 of file qgeoprojection.cpp.

◆ Line2D() [2/2]

QGeoProjectionWebMercator::Line2D::Line2D ( const QDoubleVector2D & linePoint,
const QDoubleVector2D & lineDirection )

Definition at line 829 of file qgeoprojection.cpp.

Member Function Documentation

◆ isValid()

bool QGeoProjectionWebMercator::Line2D::isValid ( ) const

Definition at line 835 of file qgeoprojection.cpp.

Member Data Documentation

◆ m_direction

QDoubleVector2D QGeoProjectionWebMercator::Line2D::m_direction

Definition at line 170 of file qgeoprojection_p.h.

◆ m_point

QDoubleVector2D QGeoProjectionWebMercator::Line2D::m_point

Definition at line 169 of file qgeoprojection_p.h.


The documentation for this struct was generated from the following files: