fneg

Method:

fneg - negative

Syntax:

v.neg();

Parameters:

-

Returns:

-

Description:

Makes the vector negative vector i.e. inverts the direction of the vector

Example:

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