Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

bounding-box?

Generic function

Summary

Returns true if its argument is a bounding box.

Signature

bounding-box? 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 bounding box (that is, supports the bounding box protocol), otherwise returns #f.

See also

<bounding-box>, page 12

bounding-box, page 14

box-edges, page 15


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index