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