inverse method

inverse(self)

Calculate the inverse matrix of current instance.

Returns

Inverse matrix4


def inverse(self):
    ...

See Also