Add Points (vuo.point.add)

Calculates the sum of the points.

If there are no points to add, outputs the zero (origin) point.

Each of the output point’s coordinates is the sum of that coordinate for all the input ports. For example, the output point’s x-coordinate is the sum of all the input points' x-coordinates.

Keywords: +, plus, sum, vector


Back to vuo.point node set documentation.