QMatrix4x2¶
New in version 4.6.
Synopsis¶
Functions¶
def
__eq__
(other)def
__iadd__
(other)def
__idiv__
(divisor)def
__imul__
(factor)def
__isub__
(other)def
__ne__
(other)def
__reduce__
()def
__repr__
()def
data
()def
fill
(value)def
isIdentity
()def
operator()
(row, column)def
setToIdentity
()def
transposed
()
Detailed Description¶
- class PySide2.QtGui.QMatrix4x2¶
PySide2.QtGui.QMatrix4x2(arg__1)
PySide2.QtGui.QMatrix4x2(QMatrix4x2)
- Parameters:
QMatrix4x2 –
PySide2.QtGui.QMatrix4x2
arg__1 –
PySequence
- PySide2.QtGui.QMatrix4x2.__reduce__()¶
- Return type:
object
- PySide2.QtGui.QMatrix4x2.__repr__()¶
- Return type:
object
- PySide2.QtGui.QMatrix4x2.data()¶
- Return type:
float
- PySide2.QtGui.QMatrix4x2.fill(value)¶
- Parameters:
value – float
- PySide2.QtGui.QMatrix4x2.isIdentity()¶
- Return type:
bool
- PySide2.QtGui.QMatrix4x2.__ne__(other)¶
- Parameters:
other –
PySide2.QtGui.QGenericMatrix
- Return type:
bool
- PySide2.QtGui.QMatrix4x2.operator()(row, column)¶
- Parameters:
row – int
column – int
- Return type:
float
- PySide2.QtGui.QMatrix4x2.__imul__(factor)¶
- Parameters:
factor – float
- Return type:
PySide2.QtGui.QGenericMatrix
- PySide2.QtGui.QMatrix4x2.__iadd__(other)¶
- Parameters:
other –
PySide2.QtGui.QGenericMatrix
- Return type:
PySide2.QtGui.QGenericMatrix
- PySide2.QtGui.QMatrix4x2.__isub__(other)¶
- Parameters:
other –
PySide2.QtGui.QGenericMatrix
- Return type:
PySide2.QtGui.QGenericMatrix
- PySide2.QtGui.QMatrix4x2.__idiv__(divisor)¶
- Parameters:
divisor – float
- Return type:
PySide2.QtGui.QGenericMatrix
- PySide2.QtGui.QMatrix4x2.__eq__(other)¶
- Parameters:
other –
PySide2.QtGui.QGenericMatrix
- Return type:
bool
- PySide2.QtGui.QMatrix4x2.setToIdentity()¶
- PySide2.QtGui.QMatrix4x2.transposed()¶
- Return type:
PySide2.QtGui.QGenericMatrix
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.