🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QMatrix3x3 Class Reference ## [[QtGui](index.htm) module] ### Methods * `__init__ (self)` * `__init__ (self, QMatrix3x3 other)` * `__init__ (self, sequence-of-float values)` * `list-of-float copyDataTo (self)` * `list-of-float data (self)` * `fill (self, float value)` * `bool isIdentity (self)` * `setToIdentity (self)` * `QMatrix3x3 transposed (self)` ### Special Methods * `bool __eq__ (self, QMatrix3x3)` * `object __getitem__ (self, object)` * `QMatrix3x3 __iadd__ (self, QMatrix3x3)` * `QMatrix3x3 __idiv__ (self, float)` * `QMatrix3x3 __imul__ (self, float)` * `QMatrix3x3 __isub__ (self, QMatrix3x3)` * `bool __ne__ (self, QMatrix3x3)` * `str __repr__ (self)` * `__setitem__ (self, object, float)` * * * ## Detailed Description 这个类可以醃制。 * * * ## Method Documentation ``` QMatrix3x3.__init__ (self) ``` ``` QMatrix3x3.__init__ (self, QMatrix3x3 other) ``` ``` QMatrix3x3.__init__ (self, sequence-of-float values) ``` ``` list-of-float QMatrix3x3.copyDataTo (self) ``` ``` list-of-float QMatrix3x3.data (self) ``` ``` QMatrix3x3.fill (self, float value) ``` ``` bool QMatrix3x3.isIdentity (self) ``` ``` QMatrix3x3.setToIdentity (self) ``` ``` QMatrix3x3 QMatrix3x3.transposed (self) ``` [ ``` bool QMatrix3x3.__eq__ (self, QMatrix3x3) ``` ``` object QMatrix3x3.__getitem__ (self, object) ``` ](qmatrix3x3.html) ``` QMatrix3x3 QMatrix3x3.__iadd__ (self, QMatrix3x3) ``` [](qmatrix3x3.html) ``` QMatrix3x3 QMatrix3x3.__idiv__ (self, float) ``` [](qmatrix3x3.html) ``` QMatrix3x3 QMatrix3x3.__imul__ (self, float) ``` [](qmatrix3x3.html) ``` QMatrix3x3 QMatrix3x3.__isub__ (self, QMatrix3x3) ``` [ ``` bool QMatrix3x3.__ne__ (self, QMatrix3x3) ``` ``` str QMatrix3x3.__repr__ (self) ``` ``` QMatrix3x3.__setitem__ (self, object, float) ``` ](qmatrix3x3.html)