Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

transform?

Generic function

Summary

Returns #t if its argument is a transform.

Signature

transform? object => boolean

Arguments

object
An instance of type <object>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

Returns #t if object is a transform, otherwise returns #f.

See also

<transform>, page 64


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index