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

untransform-point Function

Summary

Transforms a point by multiplying it by the inverse of a given transform.

Package

graphics-ports

Signature

untransform-point transform x y => x2, y2

Arguments
transform
A real number.
A real number.
Values
x2
A real number.
y2
A real number.
Description

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


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