Vec2.add
void add(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Adds 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 add(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Adds 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 |