Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

with-rotation

Statement macro

Summary

Executes a body of code with a specified rotation.

Macro call

with-rotation ({medium} {angle}) {body} end

Arguments

medium
A Dylan expressionbnf.

angle
A Dylan argumentbnf.

body
A Dylan bodybnf.

Values

None.

Library

duim-sheets

Module

duim-sheets

Description

Executes a body of code with a specified rotation. The rotation occurs within the expression medium. This macro calls with-transform to perform the rotation.

The medium specified should be an instance of type <medium>. The angle should evaluate to an instance of type <real>.

See also

with-scaling, page 383

with-transform, page 386

with-translation, page 387


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index