init_from_float


Description:

[ Version ( since = "1.0" ) ]
public unowned Matrix? init_from_float (float[] v)

Initializes a Matrix with the given array of floating point values.

Parameters:

this

a Matrix

v

an array of at least 16 floating point values

Returns:

the initialized matrix