Vec2.toFloat
void toFloat(ref float[] dest)Stores the components of v into an array.
Parameters
dest | return location for an array of floating point values with at least 2 elements |
void toFloat(ref float[] dest)Stores the components of v into an array.
dest | return location for an array of floating point values with at least 2 elements |