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

untransform-distance Function

Summary

Transforms a distance by the rotation and scale of the inverse of a given transform.

Package

graphics-ports

Signature

untransform-distance transform dx dy => x, y

Arguments
transform
dx
A real number.
dy
A real number.
Values
x
A real number.
y
A real number.
Description

The function untransform-distance transforms the distance (dx dy) by the rotation and scale of the effective inverse of transform. The translation in the inverse transform is ignored. The transformed distance is returned as two values.

Notes

See graphics-state for details of how a transform is used.

See also

graphics-state
transform


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