Vec2.toFloat

Stores the components of @v into an array.

class Vec2
void
toFloat
(
out float[2] dest
)

Parameters

dest float[2]

return location for an array of floating point values with at least 2 elements

Meta