4

Does anyone know any algorithms for generating crop circles?
I would Google it but "crop circle codes" doesn't exactly give me what i want.

Comments
  • 8
    Algorithm you say? Moonshine + a brisk walk through a corn field should do just fine
  • 2
    @LiterallyJesus
    Not only an excellent algorithm, but also generative!
  • 0
    @Demolishun or you could adjust the ratio between the function and where it's plotted on the circumference until a certain threshold is met. Or depending on the function you can search for a local minimum
  • 5
    I regret my code
    Graphs should be linear
    or at least line-ier
  • 2
    @skyjoe66 What in the name of fuck.
  • 3
  • 2
    @Demolishun I'm not sure what you mean, but you can parametrize a circle in R^2 cartesian coordinates like so
    C := {(x, y) in R^2 such that [x = r sin(t), y = r cos(t), where r in R+ and t in [0, 2 Pi[}.
    Gosh I hate not having latex on my phone
  • 2
    Maybe not exactly what you want, but you could look into Apollonian Gaskets, aka circle within circles. That'd be a start!
  • 2
    @pipe thank you, i know I've seen this before but i didn't know its name :)
Add Comment