Cogl.MatrixStack.prototype.multiply
function multiply(matrix: Cogl.Matrix): void {
// Gjs wrapper for cogl_matrix_stack_multiply()
}
Multiplies the current matrix by the given matrix.
- matrix
the matrix to multiply with the current model-view
function multiply(matrix: Cogl.Matrix): void {
// Gjs wrapper for cogl_matrix_stack_multiply()
}
Multiplies the current matrix by the given matrix.
the matrix to multiply with the current model-view