class QMatrix2x2#

自版本 4.6owel

概述#

方法#

注意事项

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

详细说明#

__init__()#
__init__(arg__1)
参数::

arg__1PySequence

__reduce__()#
返回类型::

对象

__repr__()#
返回类型::

对象

data()#
返回类型::

浮点型

fill(value)#
参数::

value – 浮点型

isIdentity()#
返回类型::

布尔型

__ne__(other)#
参数::

otherQGenericMatrix

返回类型::

布尔型

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

  • column – 整数

返回类型::

浮点型

__imul__(factor)#
参数::

factor – 浮点型

返回类型::

QGenericMatrix

__iadd__(other)#
参数::

otherQGenericMatrix

返回类型::

QGenericMatrix

__isub__(other)#
参数::

otherQGenericMatrix

返回类型::

QGenericMatrix

除法运算法则/=(除数)
参数::

除数 – 浮点型

返回类型::

QGenericMatrix

__eq__(other)#
参数::

otherQGenericMatrix

返回类型::

布尔型

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

QGenericMatrix