Function
untransform-points transform points &optional into => result
A transform
A list of pairs of real numbers
A list
A list of pairs of real numbers
untransform-points function transforms a list of alternating (x y) pairs in points by the effective inverse of transform. If into is supplied it must be a list the same length as points. If into is not supplied, a new list is returned.