Substract two vectors and place the result in v1. v2 is not modified.
@param v1 a not null reference, store the difference
@param v2 a not null reference
@throws NullPointerException if v1 or v2 is null
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.