Hey, first post, so just want to first say very big thank you to the devs and to VVVV community. Love it!!
I’ve had a problem that I thought was very easy, but I can’t seem to come up with the solution:
If I have a spread of coordinates, how can I extract each possible combination? Without having doubles?
Thanks tonfilm. Not quite getting it though I’m afraid. I’ve been trying to use cross(2d) from the start, but I am missing something. Here is my question in patch form.
Cool, I see what you mean. I still can’t figure out how to get the spread that I want, but will keep trying.
Seems like if I want to avoid doubles, I still need to do some sort of other indexing or something?
For a spread of 4 points:
ABCD
I want to get a spread of 6 pairs of those points:
AB
AC
AD
BC
BD
CD
Or in the patch, to have every quad connected to all of the others.
Any hints as to which nodes might be used for this?
Ta :)