hou.Matrix3 class
Methods
asTuple(self)→tupleoffloatasTupleOfTuples(self)→tupleoftupleoffloatat(self, row, col)→doubledeterminant(self)→doubleextractRotates(self, rotate_order="xyz")→ hou.Vector3inverted(self)→ hou.Matrix3isAlmostEqual(self, matrix3, tolerance=0.00001)→bool-
Returns whether this matrix is equal to another, within a tolerance.
Matrix3(self)plus(self, matrix3)→ hou.Matrix3preMult(self, matrix3)→ hou.Matrix3setAt(self, row, col, value)setTo(self, tuple)setToIdentity(self)setToMatrix4(self, matrix4)setToZero(self)times(self, vector3)→ hou.Vector3transposed(self)→ hou.Matrix3__add__(self, matrix3)→ hou.Matrix3__mul__(self, matrix3_or_scalar)→ hou.Matrix3__sub__(self, matrix3)→ hou.Matrix3