This method of the Direct3dRM Class subtracts one vector from another.
public void vectorSubtract(D3dVector lpd, D3dVector lps1, D3dVector lps2);
lpd | A D3dVector object that receives the result of the subtraction. |
lps1 | A D3dVector object that contains a vector. |
lps2 | A D3dVector object that contains a vector. |