Vec2.multiply

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

class Vec2
void
multiply

Parameters

b graphene.vec2.Vec2

a #graphene_vec2_t

res graphene.vec2.Vec2

return location for the result