Difference between revisions of "User:Milkitbun"
(→Example) |
|||
Line 1: | Line 1: | ||
+ | ===How did you get here?=== | ||
+ | |||
+ | |||
+ | ===You can post some asy code here=== | ||
+ | |||
===How did you get here?=== | ===How did you get here?=== | ||
Line 6: | Line 11: | ||
====Example==== | ====Example==== | ||
− | milkitbun made this: | + | milkitbun made this: <asy> |
unitsize(35); | unitsize(35); | ||
pair u=(cos(-9*pi/180),sin(-9*pi/180)); | pair u=(cos(-9*pi/180),sin(-9*pi/180)); | ||
Line 24: | Line 29: | ||
draw(u-v--u+v); | draw(u-v--u+v); | ||
draw(2u-v--2u+v); | draw(2u-v--2u+v); | ||
− | label(" | + | label("$\circ$",-3u+d,NW); |
− | label(" | + | label("$\circ$",-3u+e,NE); |
− | label(" | + | label("$\circ$",-3u-e,SW); |
− | label(" | + | label("$\circ$",-3u-d,SE); |
− | label(" | + | label("$\circ$",-2u+d,NW); |
− | label(" | + | label("$\circ$",-2u+e,NE); |
− | label(" | + | label("$\circ$",-2u-e,SW); |
− | label(" | + | label("$\circ$",-2u-d,SE); |
− | label(" | + | label("$\circ$",-u+d,NW); |
− | label(" | + | label("$\circ$",-u+e,NE); |
− | label(" | + | label("$\circ$",-u-e,SW); |
− | label(" | + | label("$\circ$",-u-d,SE); |
− | label(" | + | label("$\circ$",d,NW); |
− | label(" | + | label("$\circ$",e,NE); |
− | label(" | + | label("$\circ$",-e,SW); |
− | label(" | + | label("$\circ$",-d,SE); |
− | label(" | + | label("$\circ$",u+d,NW); |
− | label(" | + | label("$\circ$",u+e,NE); |
− | label(" | + | label("$\circ$",u-e,SW); |
− | label(" | + | label("$\circ$",u-d,SE); |
− | label(" | + | label("$\circ$",2u+d,NW); |
− | label(" | + | label("$\circ$",2u+e,NE); |
− | label(" | + | label("$\circ$",2u-e,SW); |
− | label(" | + | label("$\circ$",2u-d,SE); |
− | + | </asy> |
Revision as of 19:21, 4 June 2020
Contents
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
milkitbun made this: