getgpos() — Silicon Graphics Beta Release
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
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985