Handbook
Glossary
cogl_matrix_rotate ( matrix angle x y z -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
matrix
an
object
angle
an
object
x
an
object
y
an
object
z
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_matrix_rotate
( CoglMatrix* matrix,
gfloat
angle,
gfloat
x,
gfloat
y,
gfloat
z )