Handbook
Glossary
cogl_vector3_init_EXP ( vector3 x y z -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
vector3
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_vector3_init_EXP
( CoglVector3* vector3,
gfloat
x,
gfloat
y,
gfloat
z )