![]() |
Qt 6.x
The Qt SDK
|
#include <qgeoprojection_p.h>
Public Member Functions | |
Line2D () | |
Line2D (const QDoubleVector2D &linePoint, const QDoubleVector2D &lineDirection) | |
bool | isValid () const |
Public Attributes | |
QDoubleVector2D | m_point |
QDoubleVector2D | m_direction |
Definition at line 162 of file qgeoprojection_p.h.
QGeoProjectionWebMercator::Line2D::Line2D | ( | ) |
Definition at line 824 of file qgeoprojection.cpp.
QGeoProjectionWebMercator::Line2D::Line2D | ( | const QDoubleVector2D & | linePoint, |
const QDoubleVector2D & | lineDirection | ||
) |
Definition at line 829 of file qgeoprojection.cpp.
bool QGeoProjectionWebMercator::Line2D::isValid | ( | ) | const |
Definition at line 835 of file qgeoprojection.cpp.
QDoubleVector2D QGeoProjectionWebMercator::Line2D::m_direction |
Definition at line 170 of file qgeoprojection_p.h.
QDoubleVector2D QGeoProjectionWebMercator::Line2D::m_point |
Definition at line 169 of file qgeoprojection_p.h.