divide

fun divide(b: Vec2, res: Vec2)

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.

Since

1.0

Parameters

b

a #graphene_vec2_t

res

return location for the result