Package: gsk
Function gsk:transform-invert
Lambda Listgsk:transform-invert (transform) ArgumentsReturn ValueThe gsk:transform instance with the inverted transform or nil if the transform cannot be inverted. Details
Inverts the given transform. If transform is not invertible, nil is returned. Note that inverting nil also returns nil, which is the correct inverse of nil. If you need to differentiate between those cases, you should check transform is not nil before calling this function. | See also |
2024-4-21