len

Method:

len - lenght of vector

Syntax:

length = v.len()

Parameters:

-

Returns:

lenght - floating point number

Description:

Compute and return the lenght of the vector.

Example:

v = new r3Vect(0, 2, 0)