Vec4.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 Vec4
void
divide
(,
out Vec4 res
)

Parameters

b Vec4

a #graphene_vec4_t

res Vec4

return location for the resulting vector

Meta