Public Member Functions | |
SymMatrix4b | __iadd__ (self, SymMatrix4b b) |
SymMatrix4b | __imatmul__ (self, bool b) |
None | __init__ (self) |
None | __init__ (self, SymMatrix4b arg0) |
SymMatrix4b | __isub__ (self, SymMatrix4b b) |
SymMatrix4b | __itruediv__ (self, bool b) |
bool | normSq (self) |
bool | trace (self) |
bool | ww (self) |
None | ww (self, bool arg1) |
bool | xw (self) |
None | xw (self, bool arg1) |
bool | xx (self) |
None | xx (self, bool arg1) |
bool | xy (self) |
None | xy (self, bool arg1) |
bool | xz (self) |
None | xz (self, bool arg1) |
bool | yw (self) |
None | yw (self, bool arg1) |
bool | yy (self) |
None | yy (self, bool arg1) |
bool | yz (self) |
None | yz (self, bool arg1) |
bool | zw (self) |
None | zw (self, bool arg1) |
bool | zz (self) |
None | zz (self, bool arg1) |
Static Public Member Functions | |
bool | __eq__ (*args, **kwargs) |
SymMatrix4b | diagonal (bool diagVal) |
SymMatrix4b | identity () |
Generated from: MR::SymMatrix4b Aliases: Vector4_bool_SymMatrixType, SymMatrix4_bool, SymMatrix4_bool symmetric 4x4 matrix \\ingroup MatrixGroup
None meshlib.mrmeshpy.SymMatrix4b.__init__ | ( | self | ) |
None meshlib.mrmeshpy.SymMatrix4b.__init__ | ( | self, | |
SymMatrix4b | arg0 ) |
Implicit copy constructor.
|
static |
SymMatrix4b meshlib.mrmeshpy.SymMatrix4b.__iadd__ | ( | self, | |
SymMatrix4b | b ) |
SymMatrix4b meshlib.mrmeshpy.SymMatrix4b.__imatmul__ | ( | self, | |
bool | b ) |
SymMatrix4b meshlib.mrmeshpy.SymMatrix4b.__isub__ | ( | self, | |
SymMatrix4b | b ) |
SymMatrix4b meshlib.mrmeshpy.SymMatrix4b.__itruediv__ | ( | self, | |
bool | b ) |
|
static |
|
static |
bool meshlib.mrmeshpy.SymMatrix4b.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements
bool meshlib.mrmeshpy.SymMatrix4b.trace | ( | self | ) |
computes trace of the matrix
bool meshlib.mrmeshpy.SymMatrix4b.ww | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.ww | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.xw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.xw | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.xx | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.xx | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.xy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.xy | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.xz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.xz | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.yw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.yw | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.yy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.yy | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.yz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.yz | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.zw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.zw | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix4b.zz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4b.zz | ( | self, | |
bool | arg1 ) |