Generic function
Undoes the previous transformation on a region, returning the original region.
untransform-region transform region2 => region1
<transform>.
<region>. The region to untransform.
<region>. The original region.
<singular-transform> cannot be inverted.
duim-geometryduim-geometryUndoes the previous transformation on the region region, returning the original region. This is exactly equivalent to
transform-region(invert-transform(transform region))