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