Vec2.subtract

Subtracts from each component of the first operand a the corresponding component of the second operand b and places each result into the components of res.

class Vec2
void
subtract

Parameters

b graphene.vec2.Vec2

a #graphene_vec2_t

res graphene.vec2.Vec2

return location for the result