Vec2.multiply
void multiply(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Multiplies each component of the two passed vectors and places each result into the components of res.
Parameters
b | a #graphene_vec2_t |
res | return location for the result |
void multiply(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Multiplies each component of the two passed vectors and places each result into the components of res.
b | a #graphene_vec2_t |
res | return location for the result |