init_from_array
Description:
public unowned Matrix?
init_from_array (
float[] values)
Initializes this with the contents of a C array of floating point values.
Parameters:
this |
a Matrix
|
values |
a C array of 16 floating point values, representing a 4x4 matrix, with column-major order
|
Returns: