This example shows a permutation of a set of transforms. A "permutation" is when just the order of elements is changed but the amout of elements stays the same. given [a, b, c] you'll get: [a, b, c], [a, c, b], [b, c, a], [b, a, c], [c, a, b], [c, b, a] fjenett 20090305
Source code: permutation_1 transformation_class
Built with Processing