Matrix.from_array
Description:
[ CCode ( array_length = false , array_null_terminated = false , cname = "cogl_matrix_init_from_array" ) ]
public Matrix.from_array (float[] array)
public Matrix.from_array (float[] array)
Initializes this with the contents of array
Parameters:
this |
A 4x4 transformation matrix |
array |
A linear array of 16 floats (column-major order) |