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