QMatrix3x4¶

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
constData
()def
data
()def
fill
(value)def
isIdentity
()def
operator()
(row, column)def
setToIdentity
()def
transposed
()
Detailed Description¶
-
class
QMatrix3x4
¶ QMatrix3x4(arg__1)
QMatrix3x4(QMatrix3x4)
- Parameters
arg__1 –
PySequence
QMatrix3x4 –
QMatrix3x4
-
PySide2.QtGui.QMatrix3x4.
__reduce__
()¶ - Return type
PyObject
-
PySide2.QtGui.QMatrix3x4.
__repr__
()¶ - Return type
PyObject
-
PySide2.QtGui.QMatrix3x4.
constData
()¶ - Return type
float
-
PySide2.QtGui.QMatrix3x4.
data
()¶ - Return type
float
-
PySide2.QtGui.QMatrix3x4.
fill
(value)¶ - Parameters
value –
float
-
PySide2.QtGui.QMatrix3x4.
isIdentity
()¶ - Return type
bool
-
PySide2.QtGui.QMatrix3x4.
__ne__
(other)¶ - Parameters
other –
QGenericMatrix
- Return type
bool
-
PySide2.QtGui.QMatrix3x4.
operator
()(row, column)¶ - Parameters
row –
int
column –
int
- Return type
float
-
PySide2.QtGui.QMatrix3x4.
__imul__
(factor)¶ - Parameters
factor –
float
- Return type
QGenericMatrix
-
PySide2.QtGui.QMatrix3x4.
__iadd__
(other)¶ - Parameters
other –
QGenericMatrix
- Return type
QGenericMatrix
-
PySide2.QtGui.QMatrix3x4.
__isub__
(other)¶ - Parameters
other –
QGenericMatrix
- Return type
QGenericMatrix
-
PySide2.QtGui.QMatrix3x4.
__idiv__
(divisor)¶ - Parameters
divisor –
float
- Return type
QGenericMatrix
-
PySide2.QtGui.QMatrix3x4.
__eq__
(other)¶ - Parameters
other –
QGenericMatrix
- Return type
bool
-
PySide2.QtGui.QMatrix3x4.
setToIdentity
()¶
-
PySide2.QtGui.QMatrix3x4.
transposed
()¶ - Return type
QGenericMatrix