Handbook
Glossary
glRectd ( x1 y1 x2 y2 -- )
Vocabulary
opengl
.
gl
Inputs
x1
an
object
y1
an
object
x2
an
object
y2
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glRectd
(
GLdouble
x1,
GLdouble
y1,
GLdouble
x2,
GLdouble
y2 )