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