Difference between revisions of "User:Milkitbun"

(Example)
(Example)
Line 9: Line 9:
 
===You can post some asy code here===
 
===You can post some asy code here===
  
====Example====
+
====Example=
 
+
label("<math>\circ</math>",-2u+d,NW);
milkitbun made this: <asy>
+
label("<math>\circ</math>",-2u+e,NE);
unitsize(35);
+
label("<math>\circ</math>",-2u-e,SW);
pair u=(cos(-9*pi/180),sin(-9*pi/180));
+
label("<math>\circ</math>",-2u-d,SE);
pair v=(cos(80*pi/180),sin(80*pi/180));
+
label("<math>\circ</math>",-u+d,NW);
pair d=(0.06,0); pair e=(0,-0.03);
+
label("<math>\circ</math>",-u+e,NE);
for(real i=-3;i<3;i+=1){
+
label("<math>\circ</math>",-u-e,SW);
fill(Arc(i*u,0.35,-9,80)--i*u--cycle,purple+blue);
+
label("<math>\circ</math>",-u-d,SE);
fill(Arc(i*u,0.35,80,171)--i*u--cycle,pink);
+
label("<math>\circ</math>",d,NW);
fill(Arc(i*u,0.35,171,260)--i*u--cycle,purple+blue);
+
label("<math>\circ</math>",e,NE);
fill(Arc(i*u,0.35,260,351)--i*u--cycle,pink);
+
label("<math>\circ</math>",-e,SW);
};
+
label("<math>\circ</math>",-d,SE);
draw((-3.75)*u--2.75*u);
+
label("<math>\circ</math>",u+d,NW);
draw((-3)*u-v--(-3)*u+v);
+
label("<math>\circ</math>",u+e,NE);
draw((-2)*u-v--(-2)*u+v);
+
label("<math>\circ</math>",u-e,SW);
draw((-1)*u-v--(-1)*u+v);
+
label("<math>\circ</math>",u-d,SE);
draw(-v--v);
+
label("<math>\circ</math>",2u+d,NW);
draw(u-v--u+v);
+
label("<math>\circ</math>",2u+e,NE);
draw(2u-v--2u+v);
+
label("<math>\circ</math>",2u-e,SW);
label("$\circ$",-3u+d,NW);
+
label("<math>\circ</math>",2u-d,SE);
label("$\circ$",-3u+e,NE);
 
label("$\circ$",-3u-e,SW);
 
label("$\circ$",-3u-d,SE);
 
label("$\circ$",-2u+d,NW);
 
label("$\circ$",-2u+e,NE);
 
label("$\circ$",-2u-e,SW);
 
label("$\circ$",-2u-d,SE);
 
label("$\circ$",-u+d,NW);
 
label("$\circ$",-u+e,NE);
 
label("$\circ$",-u-e,SW);
 
label("$\circ$",-u-d,SE);
 
label("$\circ$",d,NW);
 
label("$\circ$",e,NE);
 
label("$\circ$",-e,SW);
 
label("$\circ$",-d,SE);
 
label("$\circ$",u+d,NW);
 
label("$\circ$",u+e,NE);
 
label("$\circ$",u-e,SW);
 
label("$\circ$",u-d,SE);
 
label("$\circ$",2u+d,NW);
 
label("$\circ$",2u+e,NE);
 
label("$\circ$",2u-e,SW);
 
label("$\circ$",2u-d,SE);
 
 
</asy>
 
</asy>

Revision as of 20:22, 4 June 2020

How did you get here?

You can post some asy code here

How did you get here?

You can post some asy code here

===Example

label("$\circ$",-2u+d,NW); label("$\circ$",-2u+e,NE); label("$\circ$",-2u-e,SW); label("$\circ$",-2u-d,SE); label("$\circ$",-u+d,NW); label("$\circ$",-u+e,NE); label("$\circ$",-u-e,SW); label("$\circ$",-u-d,SE); label("$\circ$",d,NW); label("$\circ$",e,NE); label("$\circ$",-e,SW); label("$\circ$",-d,SE); label("$\circ$",u+d,NW); label("$\circ$",u+e,NE); label("$\circ$",u-e,SW); label("$\circ$",u-d,SE); label("$\circ$",2u+d,NW); label("$\circ$",2u+e,NE); label("$\circ$",2u-e,SW); label("$\circ$",2u-d,SE); </asy>