All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS 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 function transform-point transforms the point ( x y) by multiplying it by transform . The transformed ( x y ) is returned as two values.

See also

transform


CAPI User Guide and Reference Manual (Macintosh version) - 25 Feb 2015

NextPrevUpTopContentsIndex