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

transform-points Function

Summary

Transforms a list of points by a transform.

Package

graphics-ports

Signature

transform-points transform points &optional into => result

Arguments
transform
points
A list of pairs of real numbers.
into
A list.
Values
result
A list of pairs of real numbers.
Description

The function transform-points transforms a list of alternating (x y) pairs in points by multiplying them by transform. If into is supplied it is modified to contain the result and must be a list the same length as points. If into is not supplied, a new list is returned.

See also

transform


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