subtract


Description:

public void subtract (Vec3 src2, Vec3 dest)

Subtracts one vector quantity from another The arguments src and dest can be the same value.

Parameters:

this

the source

src2

the other source

dest

the destination