



Interesting artifacts with angle path drawing
The last one seems like a washing machine drum.
These are generated as angle paths: at each step a unit length line is drawn and then the orientation is changed by an angle depending on the step number. The function to chose orientation change is c × (a×n² + b) / n radians, where c is of the form 2PI/k, k integer, a and b are also integers. Around 100K steps.