Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

scaling-transform?

Generic function

Summary

Returns #t if the transform transform multiplies all x lengths by one magnitude and all y lengths by another magnitude, otherwise returns #f.

Signature

scaling-transform? transform => boolean

Arguments

transform
An instance of type <transform>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

Returns #t if the transform transform multiplies all x lengths by one magnitude and all y lengths by another magnitude, otherwise returns #f. This category includes even scalings as a subset.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index