![]() |
Qt 6.x
The Qt SDK
|
The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points. More...
#include <qsggeometry.h>
Public Member Functions | |
void | set (float nx, float ny) |
Sets the x and y values of this point to x and y. | |
Public Attributes | |
float | x |
float | y |
The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points.
\inmodule QtQuick
Definition at line 79 of file qsggeometry.h.
|
inline |
Sets the x and y values of this point to x and y.
Definition at line 81 of file qsggeometry.h.
float QSGGeometry::Point2D::x |
Definition at line 80 of file qsggeometry.h.
Referenced by QWavefrontMesh::updateGeometry(), QQuickGridMesh::updateGeometry(), and QSGGeometry::updateRectGeometry().
float QSGGeometry::Point2D::y |
Definition at line 80 of file qsggeometry.h.
Referenced by QWavefrontMesh::updateGeometry(), and QQuickGridMesh::updateGeometry().