VSubF
R3VECTOR *VSubF(R3VECTOR *r, R3VECTOR *m);
r, m - vectors to be subtracted
Address of the result 'r'
r = m - r;