Statement macro
Executes a body of code with a specified transform.
with-transform ({medium} {transform}) {body} end
duim-sheets
duim-sheets
Executes a body of code with a specified transform. The transform occurs within medium. This macro is used by with-rotation, with-scaling, and with-translation, and calls methods for do-with-transform.
The medium specified should be an instance of type <medium>. The transform specified should be an instance of type <transform>.