- class QMatrix4x3#
新版本 4.6 中引入。
概要#
方法#
def
__init__()
def
__reduce__()
def
__repr__()
def
data()
def
fill()
def
isIdentity()
def
__ne__()
def
__call__()
def
__imul__()
def
__iadd__()
def
__isub__()
def
operator//=()
def
__eq__()
def
setToIdentity()
定义
transposed()
备注
本文档可能包含从 C++ 转换为 Python 的片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有任何问题,您也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来告知我们
详细说明#
- __init__(#
- __init__(arg__1
- 参数:
arg__1 –
PySequence
- __reduce__(#
- 返回类型:
对象
- __repr__(#
- 返回类型:
对象
- data(#
- 返回类型:
浮点数
- fill(value#
- 参数:
value – 浮点数
- isIdentity(#
- 返回类型:
布尔值
- __ne__(other#
- 参数:
other –
QGenericMatrix
- 返回类型:
布尔值
- __call__(row, column#
- 参数:
row – 整数
column – 整数
- 返回类型:
浮点数
- __imul__(factor#
- 参数:
factor – 浮点数
- 返回类型:
QGenericMatrix
- __iadd__(other#
- 参数:
other –
QGenericMatrix
- 返回类型:
QGenericMatrix
- __isub__(other#
- 参数:
other –
QGenericMatrix
- 返回类型:
QGenericMatrix
- 运算符 /= (除数)
- 参数:
除数 – 浮点数
- 返回类型:
QGenericMatrix
- __eq__(other#
- 参数:
other –
QGenericMatrix
- 返回类型:
布尔值
- setToIdentity(#
- 转置()#
- 返回类型:
QGenericMatrix