4.6 版新增。
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
()
QMatrix3x4
¶
QMatrix3x4(arg__1)
QMatrix3x4(QMatrix3x4)
arg__1
–
PySequence
QMatrix3x4
–
QMatrix3x4
PySide2.QtGui.QMatrix3x4.
__reduce__
(
)
¶
PyObject
PySide2.QtGui.QMatrix3x4.
__repr__
(
)
¶
PyObject
PySide2.QtGui.QMatrix3x4.
data
(
)
¶
float
PySide2.QtGui.QMatrix3x4.
fill
(
value
)
¶
value
–
float
PySide2.QtGui.QMatrix3x4.
isIdentity
(
)
¶
bool
PySide2.QtGui.QMatrix3x4.
__ne__
(
other
)
¶
other
–
QGenericMatrix
bool
PySide2.QtGui.QMatrix3x4.
operator
(
)(row
,
column
)
¶
row
–
int
column
–
int
float
PySide2.QtGui.QMatrix3x4.
__imul__
(
factor
)
¶
factor
–
float
QGenericMatrix
PySide2.QtGui.QMatrix3x4.
__iadd__
(
other
)
¶
other
–
QGenericMatrix
QGenericMatrix
PySide2.QtGui.QMatrix3x4.
__isub__
(
other
)
¶
other
–
QGenericMatrix
QGenericMatrix
PySide2.QtGui.QMatrix3x4.
__idiv__
(
divisor
)
¶
divisor
–
float
QGenericMatrix
PySide2.QtGui.QMatrix3x4.
__eq__
(
other
)
¶
other
–
QGenericMatrix
bool
PySide2.QtGui.QMatrix3x4.
setToIdentity
(
)
¶
PySide2.QtGui.QMatrix3x4.
transposed
(
)
¶
QGenericMatrix