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

Parameters

b Vec3

a #graphene_vec3_t

res Vec3

return location for the resulting vector

Meta