Next Prev Up Top Contents Index

rectangle-height

Macro
Summary

Returns the height element of a rectangle.

Signature

rectangle-height rectangle => height

Arguments

rectangle

A rectangle.

Values

height

A real number.

Description

The rectangle-height macro returns the difference between the bottom and top elements of rectangle .

rectangle is a list of numbers ( left top right bottom ).


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index