DclGrid2DInverseCoordinateTransform

Description

Inverse of Coordinate Transformation.

Syntax

call DclGrid2DInverseCoordinateTransform (tx,ty,ux,uy)

Arguments

tx <R>

Source Coordinates.(No 1).(Input)D

ty <R> Source Coordinates.(No 2).(Input)
ux <R> Destination Coordinates.(No 1).(Output)
uy <R> Destination Coordinates.(No 2).(Output)

Note

(a) If it has not been initialized with G2SCTR, an error occurs.

(b) If inputs out of range of TXA,TYA which is set with G2SCTR, an error occurs.

Related Items