CFMul

FUNCTION:

CFMul

TEMPLATE:

R3VECTOR *CFMul(R3VECTOR *r, R3VECTOR *p);

PARAMETERS:

r - vector to be multiplied

RETURN VALUE:

Address of the 'r'.

DESCRIPTION:

Componentwise multiplication. rx *= px; ry *= py; rz *= pz;