Returns a Point with the x,y,z values of two points added.

z parameter is used, if present. Uses a default value of 0 for 'z' when adding a 2D point with a 3D one.

Examples:

sum(ptA, ptB);
sum(x1, y1, x2, y2);
sum(ptA, x2, y2);