Vec4.subtract

Subtracts from each component of the first operand @a the corresponding component of the second operand @b and places each result into the components of @res.

class Vec4
void
subtract
(,
out Vec4 res
)

Parameters

b Vec4

a #graphene_vec4_t

res Vec4

return location for the resulting vector

Meta