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.
z
Examples:
sum(ptA, ptB);sum(x1, y1, x2, y2);sum(ptA, x2, y2); Copy
sum(ptA, ptB);sum(x1, y1, x2, y2);sum(ptA, x2, y2);
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: