Subtract Points (vuo.point.subtract)

Calculates a minus b (a-b).

Each of the output point’s coordinates is the difference of that coordinate for a and b. For example, the output point’s x-coordinate is a’s x-coordinate minus b’s x-coordinate.

Keywords: -, difference, minus, vector


Back to vuo.point node set documentation.