pymel.util.inv

static util.inv(value)

inv(m) –> MatrixN

Returns the inverse of m, if m is invertible, raises ZeroDivisionError otherwise. m must be convertible to MatrixN.

Related : see MatrixN.inverse(self) method and MatrixN.I property

Previous topic

pymel.util.interpreterBits

Next topic

pymel.util.isIterable

Core

Core Modules

Other Modules

This Page