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.