Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

compose-transforms

Generic function

Summary

Returns a transform that is the mathematical composition of its arguments.

Signature

compose-transforms transform1 transform2 => transform

Arguments

transform1
An instance of type <transform>.

transform2
An instance of type <transform>.

Values

transform
An instance of type <transform>.

Library

duim-geometry

Module

duim-geometry

Description

Returns a transform that is the mathematical composition of its arguments. Composition is in right-to-left order, that is, the resulting transform represents the effects of applying the transform transform2 followed by the transform transform1.

See also

compose-transform-with-rotation, page 24


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index