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