getgpos() — Silicon Graphics
NAME
getgpos − returns the current graphics position
SPECIFICATION
C
getgpos(fx, fy, fz, fw)
Coord *fx, *fy, *fz, *fw;
FORTRAN
subroutine getgpo(fx, fy, fz, fw)
real fx, fy, fz, fw
Pascal
procedure getgpos(var fx, fy, fz, fw: Coord);
DESCRIPTION
getgpos returns the current graphics position.
SEE ALSO
getcpos IRIS Graphics Programming, Section 3.1, Current Drawing Positions
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986