multiply

fun multiply(b: Vec2, res: Vec2)

Multiplies each component of the two passed vectors and places each result into the components of @res.

Since

1.0

Parameters

b

a #graphene_vec2_t

res

return location for the result