- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QMatrix2x4
-
Constructor Summary
ConstructorDescriptionSeeQMatrix2x4::
QMatrix2x4() QMatrix2x4
(float[] values) QMatrix2x4
(QMatrix2x4 other) SeeQMatrix2x4::
QMatrix2x4(QMatrix2x4) QMatrix2x4
(FloatBuffer values) SeeQMatrix2x4::
QMatrix2x4(const float*) -
Method Summary
Modifier and TypeMethodDescriptionfinal QMatrix2x4
add
(QMatrix2x4 other) SeeQMatrix2x4::
operator+=(QMatrix2x4) final float []
array()
SeeQMatrix2x4::
data()const final void
assign
(QMatrix2x4 other) SeeQMatrix2x4::
operator=(QMatrix2x4) clone()
Creates and returns a copy of this object.final void
copyDataTo
(float[] values) final void
copyDataTo
(FloatBuffer values) SeeQMatrix2x4::
copyDataTo(float*)const final FloatBuffer
data()
SeeQMatrix2x4::
data() final QMatrix2x4
div
(float factor) SeeQMatrix2x4::
operator/(float) final QMatrix2x4
divide
(float divisor) SeeQMatrix2x4::
operator/=(float) final boolean
equals
(QMatrix2x4 other) SeeQMatrix2x4::
operator==(QMatrix2x4)const boolean
SeeQMatrix2x4::
operator==(QMatrix2x4)const final void
fill
(float value) SeeQMatrix2x4::
fill(float) int
hashCode()
Returns the objects's hash code computed byqHash(QMatrix2x4)
.final boolean
SeeQMatrix2x4::
isIdentity()const final QMatrix2x4
minus
(QMatrix2x4 other) SeeQMatrix2x4::
operator-(QMatrix2x4) final QMatrix2x4
multiply
(float factor) SeeQMatrix2x4::
operator*=(float) final QMatrix2x4
plus
(QMatrix2x4 other) SeeQMatrix2x4::
operator+(QMatrix2x4) final void
SeeQMatrix2x4::
setToIdentity() final void
setValue
(int row, int column, float value) SeeQMatrix2x4::
operator()(int, int) final QMatrix2x4
subtract
(QMatrix2x4 other) SeeQMatrix2x4::
operator-=(QMatrix2x4) final QMatrix2x4
times
(float factor) SeeQMatrix2x4::
operator*(float) final QMatrix4x2
SeeQMatrix2x4::
transposed()const final float
value
(int row, int column) SeeQMatrix2x4::
operator()(int, int)const Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMatrix2x4
public QMatrix2x4()See
QMatrix2x4::
QMatrix2x4() -
QMatrix2x4
See
QMatrix2x4::
QMatrix2x4(QMatrix2x4) -
QMatrix2x4
See
QMatrix2x4::
QMatrix2x4(const float*) -
QMatrix2x4
public QMatrix2x4(float[] values)
-
-
Method Details
-
copyDataTo
See
QMatrix2x4::
copyDataTo(float*)const -
data
See
QMatrix2x4::
data() -
array
See
QMatrix2x4::
data()const -
fill
See
QMatrix2x4::
fill(float) -
isIdentity
See
QMatrix2x4::
isIdentity()const -
setValue
See
QMatrix2x4::
operator()(int, int) -
value
See
QMatrix2x4::
operator()(int, int)const -
times
See
QMatrix2x4::
operator*(float) -
multiply
See
QMatrix2x4::
operator*=(float) -
plus
See
QMatrix2x4::
operator+(QMatrix2x4) -
add
See
QMatrix2x4::
operator+=(QMatrix2x4) -
minus
See
QMatrix2x4::
operator-(QMatrix2x4) -
subtract
See
QMatrix2x4::
operator-=(QMatrix2x4) -
div
See
QMatrix2x4::
operator/(float) -
divide
See
QMatrix2x4::
operator/=(float) -
assign
See
QMatrix2x4::
operator=(QMatrix2x4) -
equals
See
QMatrix2x4::
operator==(QMatrix2x4)const -
setToIdentity
See
QMatrix2x4::
setToIdentity() -
transposed
See
QMatrix2x4::
transposed()const -
equals
See
QMatrix2x4::
operator==(QMatrix2x4)const -
hashCode
Returns the objects's hash code computed byqHash(QMatrix2x4)
. -
copyDataTo
-
clone
Creates and returns a copy of this object.
See
QMatrix2x4::
QMatrix2x4(QMatrix2x4)
-