Public Member Functions | |
SymMatrix4d | __iadd__ (self, SymMatrix4d b) |
SymMatrix4d | __imatmul__ (self, float b) |
None | __init__ (self) |
None | __init__ (self, SymMatrix4d arg0) |
SymMatrix4d | __isub__ (self, SymMatrix4d b) |
SymMatrix4d | __itruediv__ (self, float b) |
float | normSq (self) |
float | trace (self) |
float | ww (self) |
None | ww (self, float arg1) |
float | xw (self) |
None | xw (self, float arg1) |
float | xx (self) |
None | xx (self, float arg1) |
float | xy (self) |
None | xy (self, float arg1) |
float | xz (self) |
None | xz (self, float arg1) |
float | yw (self) |
None | yw (self, float arg1) |
float | yy (self) |
None | yy (self, float arg1) |
float | yz (self) |
None | yz (self, float arg1) |
float | zw (self) |
None | zw (self, float arg1) |
float | zz (self) |
None | zz (self, float arg1) |
Static Public Member Functions | |
bool | __eq__ (*args, **kwargs) |
SymMatrix4d | diagonal (float diagVal) |
SymMatrix4d | identity () |
Generated from: MR::SymMatrix4d Aliases: SymMatrix4_double, SymMatrix4_double, Vector4_double_SymMatrixType symmetric 4x4 matrix \\ingroup MatrixGroup
None meshlib.mrmeshpy.SymMatrix4d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.SymMatrix4d.__init__ | ( | self, | |
SymMatrix4d | arg0 ) |
Implicit copy constructor.
|
static |
SymMatrix4d meshlib.mrmeshpy.SymMatrix4d.__iadd__ | ( | self, | |
SymMatrix4d | b ) |
SymMatrix4d meshlib.mrmeshpy.SymMatrix4d.__imatmul__ | ( | self, | |
float | b ) |
SymMatrix4d meshlib.mrmeshpy.SymMatrix4d.__isub__ | ( | self, | |
SymMatrix4d | b ) |
SymMatrix4d meshlib.mrmeshpy.SymMatrix4d.__itruediv__ | ( | self, | |
float | b ) |
|
static |
|
static |
float meshlib.mrmeshpy.SymMatrix4d.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 16 squared elements
float meshlib.mrmeshpy.SymMatrix4d.trace | ( | self | ) |
computes trace of the matrix
float meshlib.mrmeshpy.SymMatrix4d.ww | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.ww | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.xw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.xw | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.xx | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.xx | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.xy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.xy | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.xz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.xz | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.yw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.yw | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.yy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.yy | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.yz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.yz | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.zw | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.zw | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.SymMatrix4d.zz | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix4d.zz | ( | self, | |
float | arg1 ) |