QMatrix3x2¶

Inheritance diagram of PySide2.QtGui.QMatrix3x2

New in version 4.6.

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.QtGui.QMatrix3x2¶

PySide2.QtGui.QMatrix3x2(arg__1)

PySide2.QtGui.QMatrix3x2(QMatrix3x2)

Parameters:
PySide2.QtGui.QMatrix3x2.__reduce__()¶
Return type:

object

PySide2.QtGui.QMatrix3x2.__repr__()¶
Return type:

object

PySide2.QtGui.QMatrix3x2.data()¶
Return type:

float

PySide2.QtGui.QMatrix3x2.fill(value)¶
Parameters:

value – float

PySide2.QtGui.QMatrix3x2.isIdentity()¶
Return type:

bool

PySide2.QtGui.QMatrix3x2.__ne__(other)¶
Parameters:

other – PySide2.QtGui.QGenericMatrix

Return type:

bool

PySide2.QtGui.QMatrix3x2.operator()(row, column)¶
Parameters:
  • row – int

  • column – int

Return type:

float

PySide2.QtGui.QMatrix3x2.__imul__(factor)¶
Parameters:

factor – float

Return type:

PySide2.QtGui.QGenericMatrix

PySide2.QtGui.QMatrix3x2.__iadd__(other)¶
Parameters:

other – PySide2.QtGui.QGenericMatrix

Return type:

PySide2.QtGui.QGenericMatrix

PySide2.QtGui.QMatrix3x2.__isub__(other)¶
Parameters:

other – PySide2.QtGui.QGenericMatrix

Return type:

PySide2.QtGui.QGenericMatrix

PySide2.QtGui.QMatrix3x2.__idiv__(divisor)¶
Parameters:

divisor – float

Return type:

PySide2.QtGui.QGenericMatrix

PySide2.QtGui.QMatrix3x2.__eq__(other)¶
Parameters:

other – PySide2.QtGui.QGenericMatrix

Return type:

bool

PySide2.QtGui.QMatrix3x2.setToIdentity()¶
PySide2.QtGui.QMatrix3x2.transposed()¶
Return type:

PySide2.QtGui.QGenericMatrix