Public Member Functions | |
| SymMatrix3_unsigned_char | __iadd__ (self, SymMatrix3_unsigned_char b) |
| SymMatrix3_unsigned_char | __imatmul__ (self, int b) |
| None | __init__ (self) |
| None | __init__ (self, SymMatrix3_unsigned_char arg0) |
| SymMatrix3_unsigned_char | __isub__ (self, SymMatrix3_unsigned_char b) |
| SymMatrix3_unsigned_char | __itruediv__ (self, int b) |
| int | det (self) |
| SymMatrix3_unsigned_char | inverse (self) |
| SymMatrix3_unsigned_char | 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 | |
| None | __init__ (*args, **kwargs) |
| SymMatrix3_unsigned_char | diagonal (int diagVal) |
| SymMatrix3_unsigned_char | identity () |
| SymMatrix3_unsigned_char | operator (*args, **kwargs) |
| SymMatrix3_unsigned_char | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_xx = 0 |
| typing | _offsetof_xy = 1 |
| typing | _offsetof_xz = 2 |
| typing | _offsetof_yy = 3 |
| typing | _offsetof_yz = 4 |
| typing | _offsetof_zz = 5 |
Generated from: MR::SymMatrix3<unsigned char> Aliases: Vector3_unsigned_char.SymMatrixType symmetric 3x3 matrix
|
static |
| None mrmeshpy.SymMatrix3_unsigned_char.__init__ | ( | self | ) |
| None mrmeshpy.SymMatrix3_unsigned_char.__init__ | ( | self, | |
| SymMatrix3_unsigned_char | arg0 ) |
Implicit copy constructor.
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.__iadd__ | ( | self, | |
| SymMatrix3_unsigned_char | b ) |
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.__imatmul__ | ( | self, | |
| int | b ) |
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.__isub__ | ( | self, | |
| SymMatrix3_unsigned_char | b ) |
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.__itruediv__ | ( | self, | |
| int | b ) |
| int mrmeshpy.SymMatrix3_unsigned_char.det | ( | self | ) |
computes determinant of the matrix
|
static |
|
static |
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.inverse | ( | self | ) |
computes inverse matrix
| SymMatrix3_unsigned_char mrmeshpy.SymMatrix3_unsigned_char.inverse | ( | self, | |
| int | det ) |
computes inverse matrix given determinant of this
| int mrmeshpy.SymMatrix3_unsigned_char.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 9 squared elements
|
static |
|
static |
| int mrmeshpy.SymMatrix3_unsigned_char.trace | ( | self | ) |
computes trace of the matrix
| int mrmeshpy.SymMatrix3_unsigned_char.xx | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.xx | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix3_unsigned_char.xy | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.xy | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix3_unsigned_char.xz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.xz | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix3_unsigned_char.yy | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.yy | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix3_unsigned_char.yz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.yz | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix3_unsigned_char.zz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix3_unsigned_char.zz | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |