Add two vectors @param v1 a vector @param v2 another vector
static PVector add2(PVector v1, PVector v2) { return add3(v1, v2, null); }