Vec3.subtract

void subtract(graphene.vec3.Vec3 b, out graphene.vec3.Vec3 res)

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.

Parameters

ba #graphene_vec3_t
resreturn location for the resulting vector