VNeg

FUNCTION:

VNeg

TEMPLATE:

R3VECTOR *VNeg(R3VECTOR *r);

PARAMETERS:

r - vector to be converted

RETURN VALUE:

Address of 'r'.

DESCRIPTION:

Inverts the direction of the given vector (r = -r)