Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

transform-region

Generic function

Summary

Applies a transform to a region, and returns the transformed region.

Signature

transform-region transform region => region

Arguments

transform
An instance of type <transform>.

region
An instance of type <region>.

Values

region
An instance of type <region>.

Library

duim-geometry

Module

duim-geometry

Description

Applies transform to the region region, and returns the transformed region.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index