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.
The inverted transform
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.