Handbook
Glossary
glRotated ( angle x y z -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
OpenGL utility words
»
OpenGL binding
»
Modeling transformations
Prev:
glRotatef ( angle x y z -- )
Next:
glScalef ( x y z -- )
Vocabulary
opengl
.
gl
Inputs
angle
an
object
x
an
object
y
an
object
z
an
object
Outputs
None
See also
glTranslatef
,
glTranslated
,
glRotatef
,
glScalef
,
glScaled
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glRotated
( angle x y z -- )
{
"glRotated"
}
61
gl-function-pointer
\
void
{
GLdouble
GLdouble
GLdouble
GLdouble
}
\
cdecl
alien-indirect
;