Point2D Class

( QSGGeometry::Point2D )

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

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

公共函數

void set (float x , float y )

詳細描述

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

成員函數文檔編製

void Point2D:: set ( float x , float y )

Sets the x and y values of this point to x and y .