addVectors

public static Vector addVectors(Vector one, Vector two)

This returns a Vector that is the sum of the two input Vectors.

Return

returns the sum of the Vectors.

Parameters

one

the first Vector.

two

the second Vector.