All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

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 real number.
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 point is returned as two values.

See also

transform


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:34:15