making a circle made from ellipse

edited December 2017 in How To...

hey im new to processing and want to do a circle shape made from 30 small ellipses . ( i mean the outline of a circle) is there some function that i can use instead of doing it manually ?

thankx

Answers

  • Just do it manually. Basic trig functions are your friend here.

  • See tutorial trigonometry

  • ok. but i find it hard to keep the circle outline correctly. its hard for me to keep the right x,y beacuse of the curve of the shape(circle outline) and i need a lot of tries until the center of the ellipse is in the right place.

  • If you're having trouble, please post a MCVE that demonstrates the problem.

  • thankx.. found the answer with polar coordinate .

Sign In or Register to comment.