subtract

fun subtract(b: Vec3, res: Vec3)

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.

Since

1.0

Parameters

b

a #graphene_vec3_t

res

return location for the resulting vector