next up previous 200
Next: AGI_TDTOW - Transform data to world coordinates
Up: Routine Specifications
Previous: AGI_TCOPY - Copy a transformation structure to the database


AGI_TDDTW - Transform double precision data to world coordinates

Description:
Transform a set of double precision data coordinates into world coordinates using a transformation stored in the database. The picture identifier signifies which picture contains the required transformation structure. If this identifier is negative then the current picture is used. If no transformation structure is found then the identity transformation is used, i.e. the world coordinates equal the data coordinates.

Invocation:
CALL AGI_TDDTW( PICID, NXY, DX, DY, WX, WY, STATUS )

Arguments:

PICID = INTEGER (Given)
Picture identifier
NXY = INTEGER (Given)
Number of data points to transform
DX = DBLE(NXY) (Given)
Array of x data coordinates
DY = DBLE(NXY) (Given)
Array of y data coordinates
WX = DBLE(NXY) (Returned)
Array of x world coordinates
WY = DBLE(NXY) (Returned)
Array of y world coordinates
STATUS = INTEGER (Given and Returned)
The global status



next up previous 200
Next: AGI_TDTOW - Transform data to world coordinates
Up: Routine Specifications
Previous: AGI_TCOPY - Copy a transformation structure to the database

AGI --- Applications Graphics Interface Library
Starlink User Note 48
Nicholas Eaton
Brian McIlwrath
30 January 2002
E-mail:ussc@star.rl.ac.uk

Copyright © 2009 Science and Technology Facilities Council