◆ ToFloatArray()

static float [] ToFloatArray ( this Vector3  vec)
static
Parameters
vecthis is the vector calling this function. It is the values contained herein that will be stored in the array.
Returns
the return value will be an array of float's, 3 elements in size. The order of the values contained in the array will be x,y,z.