- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates
Java wrapper for Qt class QSGGeometry::TexturedPoint2D
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQSGGeometry::TexturedPoint2D::TexturedPoint2D() TexturedPoint2D(float x, float y, float tx, float ty) SeeQSGGeometry::TexturedPoint2D::TexturedPoint2D{float, float, float, float} SeeQSGGeometry::TexturedPoint2D::TexturedPoint2D(QSGGeometry::TexturedPoint2D) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final booleanequals(QSGGeometry.TexturedPoint2D value2) Seeoperator==(QSGGeometry::TexturedPoint2D,QSGGeometry::TexturedPoint2D) booleanSeeoperator==(QSGGeometry::TexturedPoint2D,QSGGeometry::TexturedPoint2D) inthashCode()Returns the objects's hash code computed byqHash(QSGGeometry::TexturedPoint2D).final voidset(float nx, float ny, float ntx, float nty) final voidsetTx(float tx) SeeQSGGeometry::TexturedPoint2D::tx final voidsetTy(float ty) SeeQSGGeometry::TexturedPoint2D::ty final voidsetX(float x) SeeQSGGeometry::TexturedPoint2D::x final voidsetY(float y) SeeQSGGeometry::TexturedPoint2D::y final floattx()SeeQSGGeometry::TexturedPoint2D::tx final floatty()SeeQSGGeometry::TexturedPoint2D::ty final floatx()SeeQSGGeometry::TexturedPoint2D::x final floaty()SeeQSGGeometry::TexturedPoint2D::y Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
TexturedPoint2D
public TexturedPoint2D()See
QSGGeometry::TexturedPoint2D::TexturedPoint2D() -
TexturedPoint2D
See
QSGGeometry::TexturedPoint2D::TexturedPoint2D(QSGGeometry::TexturedPoint2D) - Parameters:
other-
-
TexturedPoint2D
public TexturedPoint2D(float x, float y, float tx, float ty) See
QSGGeometry::TexturedPoint2D::TexturedPoint2D{float, float, float, float} - Parameters:
x-y-tx-ty-
-
-
Method Details
-
equals
See
operator==(QSGGeometry::TexturedPoint2D,QSGGeometry::TexturedPoint2D) - Parameters:
value2-- Returns:
-
set
- Parameters:
nx-ny-ntx-nty-
-
setTx
See
QSGGeometry::TexturedPoint2D::tx - Parameters:
tx-
-
tx
See
QSGGeometry::TexturedPoint2D::tx - Returns:
-
setTy
See
QSGGeometry::TexturedPoint2D::ty - Parameters:
ty-
-
ty
See
QSGGeometry::TexturedPoint2D::ty - Returns:
-
setX
See
QSGGeometry::TexturedPoint2D::x - Parameters:
x-
-
x
See
QSGGeometry::TexturedPoint2D::x - Returns:
-
setY
See
QSGGeometry::TexturedPoint2D::y - Parameters:
y-
-
y
See
QSGGeometry::TexturedPoint2D::y - Returns:
-
equals
See
operator==(QSGGeometry::TexturedPoint2D,QSGGeometry::TexturedPoint2D) -
hashCode
Returns the objects's hash code computed byqHash(QSGGeometry::TexturedPoint2D). -
clone
Creates and returns a copy of this object.
See
QSGGeometry::TexturedPoint2D::TexturedPoint2D(QSGGeometry::TexturedPoint2D)
-