QMatrix3x3#
New in version 4.6.
Synopsis#
Functions#
- def - __reduce__()
- def - __repr__()
- def - data()
- def - fill(value)
- def - isIdentity()
- def - __ne__(other)
- def - __call__(row, column)
- def - __imul__(factor)
- def - __iadd__(other)
- def - __isub__(other)
- def - __idiv__(divisor)
- def - __eq__(other)
- def - setToIdentity()
- def - transposed()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtGui.QMatrix3x3#
- PySide6.QtGui.QMatrix3x3(arg__1) - Parameters:
- arg__1 – - PySequence
 
- PySide6.QtGui.QMatrix3x3.__reduce__()#
- Return type:
- object 
 
- PySide6.QtGui.QMatrix3x3.__repr__()#
- Return type:
- object 
 
- PySide6.QtGui.QMatrix3x3.data()#
- Return type:
- float 
 
- PySide6.QtGui.QMatrix3x3.fill(value)#
- Parameters:
- value – float 
 
- PySide6.QtGui.QMatrix3x3.isIdentity()#
- Return type:
- bool 
 
- PySide6.QtGui.QMatrix3x3.__ne__(other)#
- Parameters:
- other – - PySide6.QtGui.QGenericMatrix
- Return type:
- bool 
 
- PySide6.QtGui.QMatrix3x3.__call__(row, column)#
- Parameters:
- row – int 
- column – int 
 
- Return type:
- float 
 
- PySide6.QtGui.QMatrix3x3.__imul__(factor)#
- Parameters:
- factor – float 
- Return type:
- PySide6.QtGui.QGenericMatrix
 
- PySide6.QtGui.QMatrix3x3.__iadd__(other)#
- Parameters:
- other – - PySide6.QtGui.QGenericMatrix
- Return type:
- PySide6.QtGui.QGenericMatrix
 
- PySide6.QtGui.QMatrix3x3.__isub__(other)#
- Parameters:
- other – - PySide6.QtGui.QGenericMatrix
- Return type:
- PySide6.QtGui.QGenericMatrix
 
- PySide6.QtGui.QMatrix3x3.__idiv__(divisor)#
- Parameters:
- divisor – float 
- Return type:
- PySide6.QtGui.QGenericMatrix
 
- PySide6.QtGui.QMatrix3x3.__eq__(other)#
- Parameters:
- other – - PySide6.QtGui.QGenericMatrix
- Return type:
- bool 
 
- PySide6.QtGui.QMatrix3x3.setToIdentity()#
- PySide6.QtGui.QMatrix3x3.transposed()#
- Return type:
- PySide6.QtGui.QGenericMatrix