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