fmul - scalar multiplication
v.fmul(f);
f - floating point number
-
Multiplies the vector by given scalar.
v = new r3Vect(1, 0, 0);