Vec3.toFloat

Copies the components of a #graphene_vec3_t into the given array.

class Vec3
void
toFloat
(
out float[3] dest
)

Parameters

dest float[3]

return location for an array of floating point values

Meta