Handbook
Glossary
cogl_matrix_transform_point ( matrix x y z w -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
matrix
an
object
x
an
object
y
an
object
z
an
object
w
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_transform_point
( CoglMatrix* matrix, gfloat* x, gfloat* y, gfloat* z,
gfloat* w )