TexturedPoint2D Class

(QSGGeometry::TexturedPoint2D)

The QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates. More...

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

Public Functions

void set(float nx, float ny, float ntx, float nty)

Public Variables

float tx
float ty
float x
float y

Detailed Description

The QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates.

Member Function Documentation

void TexturedPoint2D::set(float nx, float ny, float ntx, float nty)