java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.TexturedPoint2D
- 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
Constructors -
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()
-
-
Method Details
-
equals
See
operator==(QSGGeometry::TexturedPoint2D,QSGGeometry::TexturedPoint2D) -
set
-
setTx
See
QSGGeometry::TexturedPoint2D::tx -
tx
See
QSGGeometry::TexturedPoint2D::tx -
setTy
See
QSGGeometry::TexturedPoint2D::ty -
ty
See
QSGGeometry::TexturedPoint2D::ty -
setX
See
QSGGeometry::TexturedPoint2D::x -
x
See
QSGGeometry::TexturedPoint2D::x -
setY
See
QSGGeometry::TexturedPoint2D::y -
y
See
QSGGeometry::TexturedPoint2D::y -
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.
-