Public Member Functions | |
SymMatrix4b | __iadd__ (self, SymMatrix4b b) |
SymMatrix4b | __imatmul__ (self, bool b) |
None | __init__ (self) |
SymMatrix4b | __isub__ (self, SymMatrix4b b) |
SymMatrix4b | __itruediv__ (self, bool b) |
bool | normSq (self) |
bool | trace (self) |
bool | ww (self) |
None | ww (self, bool arg1) |
bool | xw (self) |
None | xw (self, bool arg1) |
bool | xx (self) |
None | xx (self, bool arg1) |
bool | xy (self) |
None | xy (self, bool arg1) |
bool | xz (self) |
None | xz (self, bool arg1) |
bool | yw (self) |
None | yw (self, bool arg1) |
bool | yy (self) |
None | yy (self, bool arg1) |
bool | yz (self) |
None | yz (self, bool arg1) |
bool | zw (self) |
None | zw (self, bool arg1) |
bool | zz (self) |
None | zz (self, bool arg1) |
Static Public Member Functions | |
bool | __eq__ (*args, **kwargs) |
None | __init__ (*args, **kwargs) |
SymMatrix4b | diagonal (bool diagVal) |
SymMatrix4b | identity () |
SymMatrix4b | operator (*args, **kwargs) |
SymMatrix4b | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_ww = 9 |
typing | _offsetof_xw = 3 |
typing | _offsetof_xx = 0 |
typing | _offsetof_xy = 1 |
typing | _offsetof_xz = 2 |
typing | _offsetof_yw = 6 |
typing | _offsetof_yy = 4 |
typing | _offsetof_yz = 5 |
typing | _offsetof_zw = 8 |
typing | _offsetof_zz = 7 |
Generated from: MR::SymMatrix4b Aliases: Vector4_bool_SymMatrixType symmetric 4x4 matrix \\ingroup MatrixGroup
|
static |
None mrmeshpy.SymMatrix4b.__init__ | ( | self | ) |
|
static |
SymMatrix4b mrmeshpy.SymMatrix4b.__iadd__ | ( | self, | |
SymMatrix4b | b ) |
SymMatrix4b mrmeshpy.SymMatrix4b.__imatmul__ | ( | self, | |
bool | b ) |
SymMatrix4b mrmeshpy.SymMatrix4b.__isub__ | ( | self, | |
SymMatrix4b | b ) |
SymMatrix4b mrmeshpy.SymMatrix4b.__itruediv__ | ( | self, | |
bool | b ) |
|
static |
|
static |
bool mrmeshpy.SymMatrix4b.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements
|
static |
|
static |
bool mrmeshpy.SymMatrix4b.trace | ( | self | ) |
computes trace of the matrix
bool mrmeshpy.SymMatrix4b.ww | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.ww | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.xw | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.xw | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.xx | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.xx | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.xy | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.xy | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.xz | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.xz | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.yw | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.yw | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.yy | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.yy | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.yz | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.yz | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.zw | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.zw | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SymMatrix4b.zz | ( | self | ) |
zero matrix by default
None mrmeshpy.SymMatrix4b.zz | ( | self, | |
bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |