Processing math: 100%

TRN_TR2x

Transform 2-dimensional data

Description:

Apply a compiled {Unexpected text node: '2 → 2'} mapping to a set of 2-dimensional data points specified by separate arrays of Unexpected text node: 'X' and Unexpected text node: 'Y' coordinates.

Invocation

CALL TRN_TR2x( BAD, NXY, XIN, YIN, ID, XOUT, YOUT, STATUS )

Arguments

BAD = L
Whether the input coordinates may be bad.
NXY = I
The number of data points to transform.
XIN = ?(NXY)
Array of input Unexpected text node: 'X' coordinates.
YIN = ?(NXY)
Array of input Unexpected text node: 'Y' coordinates.
ID = I
Identifier for the compiled {Unexpected text node: '2 → 2'} mapping to be applied.
XOUT = ?(NXY)
Array to receive the transformed Unexpected text node: 'X' coordinates.
YOUT = ?(NXY)
Array to receive the transformed Unexpected text node: 'Y' coordinates.
STATUS = I
Inherited error status.

Notes: