hou.Matrix3 class

All Methods Replaces

Methods

asTuple(self)tuple of float

Not documented yet

asTupleOfTuples(self)tuple of tuple of float

Not documented yet

at(self, row, col)double

Not documented yet

determinant(self)double

Not documented yet

extractRotates(self, rotate_order="xyz")hou.Vector3

Not documented yet

inverted(self)hou.Matrix3

Not documented yet

isAlmostEqual(self, matrix3, tolerance=0.00001)bool

Returns whether this matrix is equal to another, within a tolerance.

Matrix3(self)

Not implemented yet

plus(self, matrix3)hou.Matrix3

Not implemented yet

preMult(self, matrix3)hou.Matrix3

Not documented yet

setAt(self, row, col, value)

Not documented yet

setTo(self, tuple)

Not documented yet

setToIdentity(self)

Not documented yet

setToMatrix4(self, matrix4)

Not implemented yet

setToZero(self)

Not documented yet

times(self, vector3)hou.Vector3

Not implemented yet

transposed(self)hou.Matrix3

Not documented yet

__add__(self, matrix3)hou.Matrix3

Not documented yet

__mul__(self, matrix3_or_scalar)hou.Matrix3

Not documented yet

__sub__(self, matrix3)hou.Matrix3

Not documented yet

Replaces

determinant expression function , identity expression function , invert expression function , matrix expression function , mzero expression function , transpose expression function , vrorigin expression function