java.lang.Object
io.qt.QtObject
io.qt.gui.QMatrix4x4
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a 4x4 transformation matrix in 3D space
Java wrapper for Qt's class QMatrix4x4
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMatrix4x4
(float[] values) QMatrix4x4
(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) QMatrix4x4
(QTransform transform) QMatrix4x4
(FloatBuffer values) QMatrix4x4
(FloatBuffer values, int cols, int rows) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QMatrix4x4
add
(QMatrix4x4 other) final float []
array()
clone()
final QVector4D
column
(int index) final void
copyDataTo
(float[] values) final void
copyDataTo
(FloatBuffer values) final double
final QMatrix4x4
div
(float divisor) final QMatrix4x4
divide
(float divisor) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final void
fill
(float value) final void
final void
frustum
(float left, float right, float bottom, float top, float nearPlane, float farPlane) int
hashCode()
final QMatrix4x4
inverted()
final boolean
isAffine()
final boolean
final void
final QPoint
final QPointF
final QVector3D
final QVector4D
final QRect
final QRectF
final QVector3D
final QMatrix4x4
minus
(QMatrix4x4 m2) final QMatrix4x4
multiply
(float factor) final QMatrix4x4
multiply
(QMatrix4x4 other) final QMatrix3x3
final void
optimize()
final void
ortho
(float left, float right, float bottom, float top, float nearPlane, float farPlane) final void
final void
final void
perspective
(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) final QMatrix4x4
plus
(QMatrix4x4 m2) static boolean
qFuzzyCompare
(QMatrix4x4 m1, QMatrix4x4 m2) void
readFrom
(QDataStream arg__1) final void
rotate
(float angle, float x, float y) Overloaded function forrotate(float, float, float, float)
withz = 0.0f
.final void
rotate
(float angle, float x, float y, float z) final void
final void
rotate
(QQuaternion quaternion) final QVector4D
row
(int index) final void
scale
(float factor) final void
scale
(float x, float y) final void
scale
(float x, float y, float z) final void
final void
final void
final void
final void
setValue
(int row, int column, float value) final QMatrix4x4
subtract
(QMatrix4x4 other) final QMatrix4x4
times
(float factor) final QMatrix4x4
times
(QMatrix4x4 m2) toString()
final QTransform
final QTransform
toTransform
(float distanceToPlane) final void
translate
(float x, float y) final void
translate
(float x, float y, float z) final void
final QMatrix4x4
final QMatrix4x4
final float
value
(int row, int column) final void
viewport
(float left, float bottom, float width, float height) Overloaded function forviewport(float, float, float, float, float, float)
final void
viewport
(float left, float bottom, float width, float height, float nearPlane) Overloaded function forviewport(float, float, float, float, float, float)
withfarPlane = 1.0f
.final void
viewport
(float left, float bottom, float width, float height, float nearPlane, float farPlane) final void
void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMatrix4x4
public QMatrix4x4() -
QMatrix4x4
-
QMatrix4x4
-
QMatrix4x4
-
QMatrix4x4
public QMatrix4x4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) -
QMatrix4x4
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QMatrix4x4
public QMatrix4x4(float[] values)
-
-
Method Details
-
column
-
copyDataTo
-
array
-
determinant
-
fill
-
flipCoordinates
-
frustum
@QtUninvokable public final void frustum(float left, float right, float bottom, float top, float nearPlane, float farPlane) -
inverted
-
isAffine
-
isIdentity
-
lookAt
-
map
-
map
-
map
-
map
-
mapRect
-
mapRect
-
mapVector
-
normalMatrix
-
setValue
-
value
-
times
-
times
-
multiply
-
multiply
-
plus
-
add
-
unaryMinus
-
minus
-
subtract
-
div
-
divide
-
writeTo
-
readFrom
-
optimize
-
ortho
-
ortho
-
ortho
@QtUninvokable public final void ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) -
perspective
@QtUninvokable public final void perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) -
rotate
-
rotate
-
rotate
Overloaded function for
rotate(float, float, float, float)
withz = 0.0f
. -
rotate
-
row
-
scale
-
scale
-
scale
-
scale
-
setColumn
-
setRow
-
setToIdentity
-
toTransform
-
toTransform
-
translate
-
translate
-
translate
-
transposed
-
viewport
-
viewport
@QtUninvokable public final void viewport(float left, float bottom, float width, float height, float nearPlane) Overloaded function for
viewport(float, float, float, float, float, float)
withfarPlane = 1.0f
. -
viewport
Overloaded function for
viewport(float, float, float, float, float, float)
with:
nearPlane = 0.0f
farPlane = 1.0f
-
viewport
@QtUninvokable public final void viewport(float left, float bottom, float width, float height, float nearPlane, float farPlane) -
qFuzzyCompare
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
copyDataTo
-
toString
-
clone
-