Point2D Class

(QSGGeometry::Point2D)

The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points. More...

Header: #include <Point2D>
qmake: QT += quick

Public Functions

void set(float nx, float ny)

Detailed Description

The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points.

Member Function Documentation

void Point2D::set(float nx, float ny)