Returns a Point with the x,y,z values of two points multiply (a/b).
z parameter is used, if present. Uses a default value of 0 for 'z' when multiplying a 2D point with a 3D one.
z
Examples:
multiply(ptA, ptB);multiply(x1, y1, x2, y2);multiply(ptA, x2, y2); Copy
multiply(ptA, ptB);multiply(x1, y1, x2, y2);multiply(ptA, x2, y2);
Returns a Point with the x,y,z values of two points multiply (a/b).
z
parameter is used, if present. Uses a default value of 0 for 'z' when multiplying a 2D point with a 3D one.Examples: