C
C#5mo ago
Llama

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
No description
3 Replies
this_is_pain
this_is_pain5mo ago
that's a spiral; how good are you at trigonometry?
Llama
LlamaOP5mo ago
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
this_is_pain
this_is_pain5mo ago
int is fine, pixel are discrete :p

Did you find this page helpful?