Cogl.Matrix.prototype.init_from_array
function init_from_array(array: Number(gfloat)): void { // Gjs wrapper for cogl_matrix_init_from_array() }
Initializes matrix with the contents of array
- array
A linear array of 16 floats (column-major order)
function init_from_array(array: Number(gfloat)): void { // Gjs wrapper for cogl_matrix_init_from_array() }
Initializes matrix with the contents of array
A linear array of 16 floats (column-major order)