addPoints

public static Point addPoints(Point one, Point two)

This returns a Point that is the sum of the two input Point.

Return

returns the sum of the two Points.

Parameters

one

the first Point

two

the second Point