- 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
ConstructorDescriptionSeeQSGGeometry::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 boolean
equals
(QSGGeometry.TexturedPoint2D value2) Seeoperator==(QSGGeometry::TexturedPoint2D,
QSGGeometry::TexturedPoint2D) boolean
Seeoperator==(QSGGeometry::TexturedPoint2D,
QSGGeometry::TexturedPoint2D) int
hashCode()
Returns the objects's hash code computed byqHash(QSGGeometry::TexturedPoint2D)
.final void
set
(float nx, float ny, float ntx, float nty) final void
setTx
(float tx) SeeQSGGeometry::TexturedPoint2D::
tx final void
setTy
(float ty) SeeQSGGeometry::TexturedPoint2D::
ty final void
setX
(float x) SeeQSGGeometry::TexturedPoint2D::
x final void
setY
(float y) SeeQSGGeometry::TexturedPoint2D::
y final float
tx()
SeeQSGGeometry::TexturedPoint2D::
tx final float
ty()
SeeQSGGeometry::TexturedPoint2D::
ty final float
x()
SeeQSGGeometry::TexturedPoint2D::
x final float
y()
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) -
TexturedPoint2D
public TexturedPoint2D(float x, float y, float tx, float ty) See
QSGGeometry::TexturedPoint2D::
TexturedPoint2D{float, float, float, float}
-
-
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.
See
QSGGeometry::TexturedPoint2D::
TexturedPoint2D(QSGGeometry::TexturedPoint2D)
-