Public Member Functions | |
| SymMatrix4i | __iadd__ (self, SymMatrix4i b) |
| SymMatrix4i | __imatmul__ (self, int b) |
| None | __init__ (self) |
| None | __init__ (self, SymMatrix4i arg0) |
| SymMatrix4i | __isub__ (self, SymMatrix4i b) |
| SymMatrix4i | __itruediv__ (self, int b) |
| int | normSq (self) |
| int | trace (self) |
| int | ww (self) |
| None | ww (self, int arg1) |
| int | xw (self) |
| None | xw (self, int arg1) |
| 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 | yw (self) |
| None | yw (self, int arg1) |
| int | yy (self) |
| None | yy (self, int arg1) |
| int | yz (self) |
| None | yz (self, int arg1) |
| int | zw (self) |
| None | zw (self, int arg1) |
| int | zz (self) |
| None | zz (self, int arg1) |
Static Public Member Functions | |
| bool | __eq__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| SymMatrix4i | diagonal (int diagVal) |
| SymMatrix4i | identity () |
| SymMatrix4i | operator (*args, **kwargs) |
| SymMatrix4i | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_ww = 36 |
| typing | _offsetof_xw = 12 |
| typing | _offsetof_xx = 0 |
| typing | _offsetof_xy = 4 |
| typing | _offsetof_xz = 8 |
| typing | _offsetof_yw = 24 |
| typing | _offsetof_yy = 16 |
| typing | _offsetof_yz = 20 |
| typing | _offsetof_zw = 32 |
| typing | _offsetof_zz = 28 |
Generated from: MR::SymMatrix4i Aliases: Vector4_int_SymMatrixType symmetric 4x4 matrix
|
static |
| None mrmeshpy.SymMatrix4i.__init__ | ( | self | ) |
| None mrmeshpy.SymMatrix4i.__init__ | ( | self, | |
| SymMatrix4i | arg0 ) |
Implicit copy constructor.
|
static |
| SymMatrix4i mrmeshpy.SymMatrix4i.__iadd__ | ( | self, | |
| SymMatrix4i | b ) |
| SymMatrix4i mrmeshpy.SymMatrix4i.__imatmul__ | ( | self, | |
| int | b ) |
| SymMatrix4i mrmeshpy.SymMatrix4i.__isub__ | ( | self, | |
| SymMatrix4i | b ) |
| SymMatrix4i mrmeshpy.SymMatrix4i.__itruediv__ | ( | self, | |
| int | b ) |
|
static |
|
static |
| int mrmeshpy.SymMatrix4i.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements
|
static |
|
static |
| int mrmeshpy.SymMatrix4i.trace | ( | self | ) |
computes trace of the matrix
| int mrmeshpy.SymMatrix4i.ww | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.ww | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.xw | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.xw | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.xx | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.xx | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.xy | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.xy | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.xz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.xz | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.yw | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.yw | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.yy | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.yy | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.yz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.yz | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.zw | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.zw | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.SymMatrix4i.zz | ( | self | ) |
zero matrix by default
| None mrmeshpy.SymMatrix4i.zz | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |