Math : Negate List Values

Negates the values of a list, similar to multiplying by -1. Supports Integers, Reals, 2D, 3D and 4D Points.
Also included is a node for single values instead of a list.

Place this .c node inside your Vuo Modules folder.
You can search for this node by typing BSS in the node library.

Public domain, any feedback or improvements welcome.

bss.math_.negatelistvalues.c.zip (1.12 KB)

bss.math_.negatevalue.c.zip (951 Bytes)

I just realised one can use Multiply Lists and have a single drawer port set to -1 for one of the lists that will spread automatically.
I always thought I had to match the amount of drawer ports, so I made this to avoid having to use a Copy List Items to match the same amount of list items.

So this custom node is kinda useless. Only benefit is you don’t have to set -1 values for each axis/plane when using 2D, 3D and 4D points.