VSub VFSub
R3VECTOR * VSub(R3VECTOR *r, R3VECTOR *m, R3VECTOR *n)
r = result
Address of the result vector 'r'
VSub subtracts 'm' from 'n' and stores the result to 'r' (r = n - m).