Vec4.toFloat

Stores the components of the given #graphene_vec4_t into an array of floating point values.

class Vec4
void
toFloat
(
out float[4] dest
)

Parameters

dest float[4]

return location for an array of floating point values

Meta