Macro
with-transformed-points (points port) &body body => result
A list of real numbers
A graphics port
The return value of the last form executed in body
with-transformed-points macro binds points to a new list of x and y values obtained by post-multiplying them by the current transform of port, and then evaluates body. The points symbol must be bound to a list of alternating x and y values representing coordinate points in the port.