Collection: Entanglements, 2024

The equations 

x1 = sin(A * y) + C * cos(A * x) 

y1 = sin(B * x) + D * cos(B * y)

angle = atan2(y1 - y, x1 - x)

where A, B, C and D are per-calculated, randomized constants, provide a lot of possibilities for generating different and varying outcomes based on how the formula is used and on how much control over the floating vectors is applied. Combined with different initialization techniques and shapes that transform as a result there is an unlimited space of possible outcomes.