Vec2.subtract
void subtract(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)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.
Parameters
b | a #graphene_vec2_t |
res | return location for the result |