norm

Method:

norm - normalize vector

Syntax:

len = v.norm();

Parameters:

-

Returns:

len - original lenght of the vector

Description:

Normalizes the vector and returns the original lenght.

Example:

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