Vec4.divide

void divide(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 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

ba #graphene_vec4_t
resreturn location for the resulting vector