invert

Inverts the given transform.

If @self is not invertible, null is returned. Note that inverting null also returns null, which is the correct inverse of null. If you need to differentiate between those cases, you should check @self is not null before calling this function.

Return

The inverted transform