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
(,
out Vec3 res
)

Parameters

b Vec3

a #graphene_vec3_t

res Vec3

return location for the resulting vector

Meta