Vec3.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 Vec3
void
divide

Parameters

b graphene.vec3.Vec3

a #graphene_vec3_t

res graphene.vec3.Vec3

return location for the resulting vector