Package: gsk

Function gsk:transform-invert

Lambda List

gsk:transform-invert (transform)

Arguments

transform -- a gsk:transform instance to invert

Return Value

The 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