inverse method

inverse(self)

Inverses this instance.

Returns

Inverse matrix4


def inverse(self):
    ...

See Also