Macro
apply-rotation with a given angle for the duration of the macro's body. with-graphics-rotation (port angle) &body body => result
A graphics port
A real
A body of Lisp code
The return value of the last form executed in body
with-graphics-rotation marco performs a call to (apply-rotation transform angle)
apply-rotation