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