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

Parameters

b graphene.vec4.Vec4

a #graphene_vec4_t

res graphene.vec4.Vec4

return location for the resulting vector