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