init_from_float


Description:

[ Version ( since = "1.0" ) ]
public unowned Vec4? init_from_float (float[] src)

Initializes a Vec4 with the values inside the given array.

Parameters:

this

a Vec4

src

an array of four floating point values

Returns:

the initialized vector