init_from_float


Description:

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

Initializes a Vec3 with the values from an array.

Parameters:

this

a Vec3

src

an array of 3 floating point values

Returns:

the initialized vector