getdepth(3) — Unix Programmer’s Manual
NAME
getdepth - return the parameters of the setdepth command
SYNOPSIS
C
getdepth(near, far)
Screencoord ∗near, ∗far;
FORTRAN
getdep(near, far)
integer∗2 near, far
Pascal
procedure getdepth(var near, far: Screencoord);
DESCRIPTION
Getdepth returns the two parameters of the setdepth command: near and far. For a more detailed description, see setdepth.
SEE ALSO
setdepth
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c