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