Public Member Functions | |
SymMatrix3b | __iadd__ (self, SymMatrix3b b) |
SymMatrix3b | __imatmul__ (self, bool b) |
None | __init__ (self) |
None | __init__ (self, SymMatrix3b arg0) |
SymMatrix3b | __isub__ (self, SymMatrix3b b) |
SymMatrix3b | __itruediv__ (self, bool b) |
bool | det (self) |
SymMatrix3b | inverse (self) |
SymMatrix3b | inverse (self, bool det) |
bool | normSq (self) |
bool | trace (self) |
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 | yy (self) |
None | yy (self, bool arg1) |
bool | yz (self) |
None | yz (self, bool arg1) |
bool | zz (self) |
None | zz (self, bool arg1) |
Static Public Member Functions | |
SymMatrix3b | diagonal (bool diagVal) |
SymMatrix3b | identity () |
Generated from: MR::SymMatrix3b Aliases: SymMatrix3_bool, SymMatrix3_bool, Vector3_bool_SymMatrixType symmetric 3x3 matrix \\ingroup MatrixGroup
None meshlib.mrmeshpy.SymMatrix3b.__init__ | ( | self | ) |
None meshlib.mrmeshpy.SymMatrix3b.__init__ | ( | self, | |
SymMatrix3b | arg0 ) |
Implicit copy constructor.
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.__iadd__ | ( | self, | |
SymMatrix3b | b ) |
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.__imatmul__ | ( | self, | |
bool | b ) |
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.__isub__ | ( | self, | |
SymMatrix3b | b ) |
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.__itruediv__ | ( | self, | |
bool | b ) |
bool meshlib.mrmeshpy.SymMatrix3b.det | ( | self | ) |
computes determinant of the matrix
|
static |
|
static |
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.inverse | ( | self | ) |
computes inverse matrix
SymMatrix3b meshlib.mrmeshpy.SymMatrix3b.inverse | ( | self, | |
bool | det ) |
computes inverse matrix given determinant of this
bool meshlib.mrmeshpy.SymMatrix3b.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 9 squared elements
bool meshlib.mrmeshpy.SymMatrix3b.trace | ( | self | ) |
computes trace of the matrix
bool meshlib.mrmeshpy.SymMatrix3b.xx | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.xx | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix3b.xy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.xy | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix3b.xz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.xz | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix3b.yy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.yy | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix3b.yz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.yz | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.SymMatrix3b.zz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix3b.zz | ( | self, | |
bool | arg1 ) |