Method
CoglMatrixStackget_inverse
Declaration [src]
gboolean
cogl_matrix_stack_get_inverse (
CoglMatrixStack* stack,
graphene_matrix_t* inverse
)
Description [src]
Gets the inverse transform of the current matrix and uses it to initialize a new #graphene_matrix_t.
Parameters
inverse
-
Type:
graphene_matrix_t
The destination for a 4x4 inverse transformation matrix.
The argument will be set by the function. The returned data is owned by the instance.