Handbook
Glossary
cogl_matrix_scale ( matrix sx sy sz -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
matrix
an
object
sx
an
object
sy
an
object
sz
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_scale
( CoglMatrix* matrix,
gfloat
sx,
gfloat
sy,
gfloat
sz )