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