- 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) - 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)
-