A variable becomes defined when it appears on the left hand side of a transformation function and the name of each variable must appear on the left hand side of one (and only one) such function. Variables which appear on the left hand side of forward transformation functions are termed output variables, while those appearing on the left hand side of inverse transformation functions are termed input variables.
Variables act only as ``dummy arguments'' and their names have no
significance outside the transformation being defined.
The correspondence between variables and the coordinates of external data
points is established by the order in which the variables are defined.
In the following, for instance, the first coordinate of an input data point
would correspond with the variable `ALPHA' and the second coordinate
with `OMEGA', while the two coordinates of an output data point would
correspond with the variables `p' and `q' respectively:
Forward
|
Inverse
|
Note that expressions appearing on the right hand side of forward transformation functions may only refer to input variables, while those appearing on the right hand side of inverse transformation functions may only refer to output variables.
TRANSFORM Coordinate Transformation Facility