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