Uses of Class
io.qt.gui.QMatrix4x4
Package | Description |
---|---|
io.qt.gui | |
io.qt.qt3d.core | |
io.qt.qt3d.render | |
io.qt.quick | |
io.qt.widgets |
-
Uses of QMatrix4x4 in io.qt.gui
Methods in io.qt.gui that return QMatrix4x4 Modifier and Type Method Description QMatrix4x4
QMatrix4x4. add(QMatrix4x4 other)
QMatrix4x4
QMatrix4x4. clone()
QMatrix4x4
QMatrix4x4. divide(float divisor)
QMatrix4x4
QMatrix4x4. inverted()
QMatrix4x4
QMatrix4x4. multiply(float factor)
QMatrix4x4
QMatrix4x4. multiply(QMatrix4x4 other)
QMatrix4x4
QMatrix4x4. subtract(QMatrix4x4 other)
static QMatrix4x4
QOpenGLTextureBlitter. targetTransform(QRectF target, QRect viewport)
QMatrix4x4
QMatrix4x4. transposed()
Methods in io.qt.gui with parameters of type QMatrix4x4 Modifier and Type Method Description QMatrix4x4
QMatrix4x4. add(QMatrix4x4 other)
void
QOpenGLTextureBlitter. blit(int texture, QMatrix4x4 targetTransform, QMatrix3x3 sourceTransform)
void
QOpenGLTextureBlitter. blit(int texture, QMatrix4x4 targetTransform, QOpenGLTextureBlitter.Origin sourceOrigin)
QMatrix4x4
QMatrix4x4. multiply(QMatrix4x4 other)
QVector3D
QVector3D. project(QMatrix4x4 modelView, QMatrix4x4 projection, QRect viewport)
void
QOpenGLShaderProgram. setUniformValue(int location, QMatrix4x4 value)
void
QOpenGLShaderProgram. setUniformValue(String name, QMatrix4x4 value)
void
QOpenGLShaderProgram. setUniformValueArray(int location, QMatrix4x4[] values)
void
QOpenGLShaderProgram. setUniformValueArray(String name, QMatrix4x4[] values)
QMatrix4x4
QMatrix4x4. subtract(QMatrix4x4 other)
QVector3D
QVector3D. unproject(QMatrix4x4 modelView, QMatrix4x4 projection, QRect viewport)
-
Uses of QMatrix4x4 in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QMatrix4x4 Modifier and Type Field Description QObject.Signal1<QMatrix4x4>
QJoint. inverseBindMatrixChanged
QObject.Signal1<QMatrix4x4>
QTransform. worldMatrixChanged
Methods in io.qt.qt3d.core that return QMatrix4x4 Modifier and Type Method Description QMatrix4x4
QJoint. inverseBindMatrix()
QMatrix4x4
QTransform. matrix()
static QMatrix4x4
QTransform. rotateAround(QVector3D point, float angle, QVector3D axis)
static QMatrix4x4
QTransform. rotateFromAxes(QVector3D xAxis, QVector3D yAxis, QVector3D zAxis)
QMatrix4x4
QTransform. worldMatrix()
Methods in io.qt.qt3d.core with parameters of type QMatrix4x4 Modifier and Type Method Description void
QJoint. setInverseBindMatrix(QMatrix4x4 inverseBindMatrix)
void
QTransform. setMatrix(QMatrix4x4 matrix)
-
Uses of QMatrix4x4 in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QMatrix4x4 Modifier and Type Field Description QObject.Signal1<QMatrix4x4>
QCamera. projectionMatrixChanged
QObject.Signal1<QMatrix4x4>
QCameraLens. projectionMatrixChanged
Methods in io.qt.qt3d.render that return QMatrix4x4 Modifier and Type Method Description QMatrix4x4
QCamera. projectionMatrix()
QMatrix4x4
QCameraLens. projectionMatrix()
QMatrix4x4
QCamera. viewMatrix()
Methods in io.qt.qt3d.render with parameters of type QMatrix4x4 Modifier and Type Method Description void
QCamera. setProjectionMatrix(QMatrix4x4 projectionMatrix)
void
QCameraLens. setProjectionMatrix(QMatrix4x4 projectionMatrix)
-
Uses of QMatrix4x4 in io.qt.quick
Methods in io.qt.quick that return QMatrix4x4 Modifier and Type Method Description QMatrix4x4
QSGMaterialRhiShader.RenderState. combinedMatrix()
QMatrix4x4
QSGMaterialShader.RenderState. combinedMatrix()
QMatrix4x4
QSGTransformNode. combinedMatrix()
QMatrix4x4
QSGBasicGeometryNode. matrix()
QMatrix4x4
QSGRenderNode. matrix()
QMatrix4x4
QSGTransformNode. matrix()
QMatrix4x4
QSGMaterialRhiShader.RenderState. modelViewMatrix()
QMatrix4x4
QSGMaterialShader.RenderState. modelViewMatrix()
QMatrix4x4
QSGAbstractRenderer. projectionMatrix()
QMatrix4x4
QSGMaterialRhiShader.RenderState. projectionMatrix()
QMatrix4x4
QSGMaterialShader.RenderState. projectionMatrix()
abstract QMatrix4x4
QSGRenderNode.RenderState. projectionMatrix()
QMatrix4x4
QSGAbstractRenderer. projectionMatrixWithNativeNDC()
Methods in io.qt.quick with parameters of type QMatrix4x4 Modifier and Type Method Description abstract void
QQuickTransform. applyTo(QMatrix4x4 matrix)
void
QSGTransformNode. setCombinedMatrix(QMatrix4x4 matrix)
void
QSGTransformNode. setMatrix(QMatrix4x4 matrix)
void
QSGAbstractRenderer. setProjectionMatrix(QMatrix4x4 matrix)
void
QSGAbstractRenderer. setProjectionMatrixWithNativeNDC(QMatrix4x4 matrix)
void
QSGBasicGeometryNode. setRendererMatrix(QMatrix4x4 m)
-
Uses of QMatrix4x4 in io.qt.widgets
Methods in io.qt.widgets with parameters of type QMatrix4x4 Modifier and Type Method Description void
QGraphicsRotation. applyTo(QMatrix4x4 matrix)
void
QGraphicsScale. applyTo(QMatrix4x4 matrix)
abstract void
QGraphicsTransform. applyTo(QMatrix4x4 matrix)