Next Previous Up Top Contents Index

3.3 DUIM-Extended-Geometry Module

rectangle-width

Generic function

Summary

Returns the width of the rectangle.

Signature

rectangle-width rectangle => width

Arguments

rectangle
An instance of type <rectangle>.

Values

width
An instance of type <real>.

Library

duim-extended-geometry

Module

duim-extended-geometry

Description

Returns the width of the rectangle rectangle, which is the difference between the maximum x and its minimum x.

See also

<rectangle>, page 103

rectangle?, page 104

rectangle-edges, page 105

rectangle-height, page 106

rectangle-max-point, page 107

rectangle-max-position, page 108

rectangle-min-point, page 109

rectangle-min-position, page 110

rectangle-size, page 111


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index