CFMul
R3VECTOR *CFMul(R3VECTOR *r, R3VECTOR *p);
r - vector to be multiplied
Address of the 'r'.
Componentwise multiplication. rx *= px; ry *= py; rz *= pz;