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

Parameters

b Vec2

a #graphene_vec2_t

res Vec2

return location for the result

Meta