Method
CoglMatrixStackmultiply
Declaration [src]
void
cogl_matrix_stack_multiply (
CoglMatrixStack* stack,
const graphene_matrix_t* matrix
)
Parameters
matrix
-
Type:
graphene_matrix_t
The matrix to multiply with the current model-view.
The data is owned by the caller of the method.