|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| ===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=<asy>
| |
| 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>
| |