Uses of Class
io.qt.gui.QMatrix3x4
Packages that use QMatrix3x4
-
Uses of QMatrix3x4 in io.qt.gui
Methods in io.qt.gui that return QMatrix3x4Modifier and TypeMethodDescriptionfinal QMatrix3x4
QMatrix3x4.add
(QMatrix3x4 other) SeeQMatrix3x4::
operator+=(QMatrix3x4) QMatrix3x4.clone()
Creates and returns a copy of this object.final QMatrix3x4
QMatrix3x4.divide
(float divisor) SeeQMatrix3x4::
operator/=(float) final QMatrix3x4
QMatrix3x4.multiply
(float factor) SeeQMatrix3x4::
operator*=(float) final QMatrix3x4
QMatrix3x4.subtract
(QMatrix3x4 other) SeeQMatrix3x4::
operator-=(QMatrix3x4) final QMatrix3x4
QMatrix4x3.transposed()
SeeQMatrix4x3::
transposed()const Methods in io.qt.gui with parameters of type QMatrix3x4Modifier and TypeMethodDescriptionfinal QMatrix3x4
QMatrix3x4.add
(QMatrix3x4 other) SeeQMatrix3x4::
operator+=(QMatrix3x4) final void
QOpenGLShaderProgram.setUniformValue
(int location, QMatrix3x4 value) final void
QOpenGLShaderProgram.setUniformValue
(String name, QMatrix3x4 value) final void
QOpenGLShaderProgram.setUniformValueArray
(int location, QMatrix3x4[] values) final void
QOpenGLShaderProgram.setUniformValueArray
(String name, QMatrix3x4[] values) final QMatrix3x4
QMatrix3x4.subtract
(QMatrix3x4 other) SeeQMatrix3x4::
operator-=(QMatrix3x4) Constructors in io.qt.gui with parameters of type QMatrix3x4ModifierConstructorDescriptionQMatrix3x4
(QMatrix3x4 other) SeeQMatrix3x4::
QMatrix3x4(QMatrix3x4)