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

Parameters

b graphene.vec3.Vec3

a #graphene_vec3_t

res graphene.vec3.Vec3

return location for the resulting vector