Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/pgmove.dc2
Дата изменения: Wed Oct 31 05:16:11 2001
Дата индексирования: Fri Jan 16 01:17:54 2009
Кодировка:
Name: PGMOVE

Purpose: move pen (change current pen position)

Category: GRAPHICS

File: pgplot.src

Author: T.J. Pearson

Use: see description below.

Description:

SUBROUTINE PGMOVE (X, Y)
REAL X, Y

Primitive routine to move the "pen" to the point with world
coordinates (X,Y). No line is drawn.

Arguments:
X (input) : world x-coordinate of the new pen position.
Y (input) : world y-coordinate of the new pen position.

Updates: Oct 16, 1998: JPT automatically extracted from source.