subtract


Description:

[ Version ( since = "1.0" ) ]
public Vec3 subtract (Vec3 b)

Subtracts from each component of the first operand this the corresponding component of the second operand b and places each result into the components of res.

Parameters:

this

a Vec3

b

a Vec3

res

return location for the resulting vector