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