Add a vector to this vector with a scaling factor. It multiplies {@code v} bythe scaling factor {@code scale} and adds it to this vector. Only keys setin both {@code v} and {@code this} are modified. The scaling is doneon-the-fly; {@code v} is unmodified.
@param v The vector to add to this vector.
@param scale The scaling factor to be applied to the vector.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.