for 5.12, tried this - e = ellipse()|repeat(72, rotate(5)|scale(0.945)). I get the relationship between repeat and rotate. Is the scale factor simply guess work?
for 5.12, tried this - e = ellipse()|repeat(72, rotate(5)|scale(0.945)). I get the relationship between repeat and rotate. Is the scale factor simply guess work?
In the repeat sectio Exercise 5.12 the magic ellipse , there you are given to us a figure .
I am trying that figure to draw 1 or more than 1 hour.
please help me to draw the figure.
mycode is :-
e = ellipse(w=300,h=200) | repeat(36*4, rotate(10) | scale(0.9))
show(e)
In the repeat sectio Exercise 5.12 the magic ellipse , there you are given to us a figure .
I am trying that figure to draw 1 or more than 1 hour.
please help me to draw the figure.
mycode is :-
e = ellipse(w=300,h=200) | repeat(36*4, rotate(10) | scale(0.9))
show(e)