Returns a Point with the x,y,z values of two points divide (a/b).

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

Examples:

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