class QMatrix3x3#

新版本 4.6 中引入。

概要#

方法#

注意

本文档可能包含从 C++ 自动转换为 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译存在问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来告知我们。

详细说明#

__init__()#
__init__(arg__1)
参数:

arg__1PySequence

__reduce__()#
返回类型:

object

__repr__()#
返回类型:

object

data()#
返回类型:

float

fill(value)#
参数:

value – float

isIdentity()#
返回类型:

bool

__ne__(other)#
参数:

otherQGenericMatrix

返回类型:

bool

__call__(row, column)#
参数:
  • row – int

  • column – int

返回类型:

float

__imul__(factor)#
参数:

factor – float

返回类型:

QGenericMatrix

__iadd__(other)#
参数:

otherQGenericMatrix

返回类型:

QGenericMatrix

__isub__(other)#
参数:

otherQGenericMatrix

返回类型:

QGenericMatrix

操作符/=(除数)
参数:

除数 – float

返回类型:

QGenericMatrix

__eq__(other)#
参数:

otherQGenericMatrix

返回类型:

bool

setToIdentity()#
transposed()#
返回类型:

QGenericMatrix