fadd

Method:

fadd - vector addition

Syntax:

v.fadd(v2);

Parameters:

v2 - vector to be added

Returns:

-

Description:

Vector operation v = v+v2.

Example:

v = new r3Vect(1, 0, 0);