Vec2.multiply

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

class Vec2
void
multiply
(,
out Vec2 res
)

Parameters

b Vec2

a #graphene_vec2_t

res Vec2

return location for the result

Meta