java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QMatrix4x4
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a 4x4 transformation matrix in 3D space
Java wrapper for Qt class QMatrix4x4
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QMatrix4x4::Flagstatic final class
QFlags type for enumQMatrix4x4.Flag
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) protected
Constructor for internal use only.QMatrix4x4
(FloatBuffer values) QMatrix4x4
(FloatBuffer values, int cols, int rows) -
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
divide
(float divisor) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final void
fill
(float value) final QMatrix4x4.Flags
flags()
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
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 void
projectedRotate
(float angle, float x, float y, float z) 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) 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 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
-
flags
-
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
-
multiply
-
multiply
-
add
-
subtract
-
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) -
projectedRotate
-
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) -
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
copyDataTo
-
toString
-
clone
-