Fractal help
Trying to create a fractal with graphics in .net framework for a project. I'm not sure how to mathematically generate the circles to create this twist, then loop it. Rough sketch to show what im going for
3 Replies
that's a spiral; how good are you at trigonometry?
i discovered how to do some math for it in double but the issue is that drawellipse is only with int, so i have no idea how to do this with only integers
trig wise im alright but its just finding that work around in the program
int
is fine, pixel are discrete :p