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
(,
out Vec2 res
)

Parameters

b Vec2

a #graphene_vec2_t

res Vec2

return location for the result

Meta