QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points."> Point2D Struct | Qt Quick 6.5.1

Point2D Struct

struct QSGGeometry::Point2D

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

Public Functions

void set(float x, float y)

Detailed Description

Member Function Documentation

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

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