Handbook
Glossary
gluOrtho2D ( left right bottom top -- )
Vocabulary
opengl
.
glu
Inputs
left
an
object
right
an
object
bottom
an
object
top
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
opengl.gl
;
IN:
opengl.glu
LIBRARY:
glu
FUNCTION:
void
gluOrtho2D
(
GLdouble
left,
GLdouble
right,
GLdouble
bottom,
GLdouble
top )