LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

transform-point

Function
Summary

Transforms a point by multiplying it by a transform.

Package

graphics-ports

Signature

transform-point transform x y => xnew ynew

Arguments

transform

A transform.

x

A real number.

y

A real number.

Values

xnew

A real number.

ynew

A real number.

Description

The transform-point function transforms the point ( x y) by multiplying it by transform . The transformed ( x y ) is returned as two values.


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex