Next Prev Up Top Contents Index

transform-area

Function
Summary

Transforms a set of points and returns the resulting rectangle.

Signature

transform-area transform x y width height => rectangle

Arguments

transform

A transform

x

A real number

y

A real number

width

A real number

height

A real number

Values

rectangle

A rectangle

Description

The transform-area function transforms the points ( x y ) and ( x+width y+height ) and returns the transformed rectangle as ( x y width height ) values.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index