Subtract (vuo.math.subtract)

Calculates A minus B (A-B).

For points, 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: -, arithmetic, calculate, difference, minus, point, vector


Back to vuo.math node set documentation.