Handbook
Glossary
glRotatef ( 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:
glTranslated ( x y z -- )
Next:
glRotated ( angle 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
,
glRotated
,
glScalef
,
glScaled
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glRotatef
(
GLfloat
angle,
GLfloat
x,
GLfloat
y,
GLfloat
z )