inverse method

inverse

Calculate the inverse matrix of current instance.

Returns

Inverse matrix4

def inverse(self):
    ...

See Also