fdiv

Method:

fdiv - division by scalar

Syntax:

v.fdiv(f);

Parameters:

f - floating point number

Returns:

-

Description:

Divides the vector by given scalar.

Example:

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