cogl_matrix_transform_point ( matrix x y z w -- )


Vocabulary
clutter.cogl.ffi

Inputs
matrixan object
xan object
yan object
zan object
wan object


Outputs
None

Definition


LIBRARY: clutter.cogl FUNCTION: void
cogl_matrix_transform_point
( CoglMatrix* matrix, gfloat* x, gfloat* y, gfloat* z,
gfloat* w )