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