Cogl.MatrixStack.prototype.set

function set(matrix: Cogl.Matrix): void {
    // Gjs wrapper for cogl_matrix_stack_set()
}
  

Replaces the current stack matrix value with the value of matrix. This effectively discards any other operations that were applied since the last time Cogl.MatrixStack.prototype.push was called or since the stack was initialized.

matrix

A Cogl.Matrix replace the current matrix value with