MMatrix

class MMatrix(*args)

Bases: OpenMaya.MMatrix

Override of the Maya API class of the same name to make the data within the class ‘picklable’

Methods Summary

adjoint() Returns a new matrix containing this matrix’s adjoint.
homogenize() Returns a new matrix containing the homogenized version of this matrix.
inverse() Returns a new matrix containing this matrix’s inverse.
transpose() Returns a new matrix containing this matrix’s inverse.

Methods Documentation

adjoint()

Returns a new matrix containing this matrix’s adjoint.

homogenize()

Returns a new matrix containing the homogenized version of this matrix.

inverse()

Returns a new matrix containing this matrix’s inverse.

transpose()

Returns a new matrix containing this matrix’s inverse.

Previous topic

MFnNurbsCurve

Next topic

MMatrixArray