Vec2.divide

Divides each component of the first operand a by the corresponding component of the second operand b, and places the results into the vector res.

class Vec2
void
divide

Parameters

b graphene.vec2.Vec2

a #graphene_vec2_t

res graphene.vec2.Vec2

return location for the result