Difference between revisions of "User:Daybreakstudent"
Line 1: | Line 1: | ||
<asy> | <asy> | ||
+ | //*GUIDING POINTS* | ||
+ | |||
//*C C*/ | //*C C*/ | ||
pair A=(0,0); | pair A=(0,0); | ||
Line 7: | Line 9: | ||
pair C=(0,-3.125); | pair C=(0,-3.125); | ||
//*L4 C*/ | //*L4 C*/ | ||
− | pair D=(-3. | + | pair D=(-3.625,0); |
//*R4 C*/ | //*R4 C*/ | ||
− | pair E=(3. | + | pair E=(3.625,0); |
//*L1 C*/ | //*L1 C*/ | ||
pair F=(-1.25,0); | pair F=(-1.25,0); | ||
Line 21: | Line 23: | ||
pair J=(-1.25, -1.5); | pair J=(-1.25, -1.5); | ||
//*L1 U3*/ | //*L1 U3*/ | ||
− | pair K=(-1.25,2. | + | pair K=(-1.25,2.75); |
//*L1 D3*/ | //*L1 D3*/ | ||
− | pair L=(-1.25,-2. | + | pair L=(-1.25,-2.75); |
//*R1 C*/ | //*R1 C*/ | ||
pair M=(1.25,0); | pair M=(1.25,0); | ||
Line 35: | Line 37: | ||
pair Q=(1.25, -1.5); | pair Q=(1.25, -1.5); | ||
//*R1 U3*/ | //*R1 U3*/ | ||
− | pair R=(1.25,2. | + | pair R=(1.25,2.75); |
//*R1 D3*/ | //*R1 D3*/ | ||
− | pair S=(1.25,-2.625); | + | pair S=(1.25,-2.75); |
− | + | //*L2 U1 | |
− | draw(circle((0,0),.375), | + | pair T=(-1.875, .75); |
− | draw(circle((.75,.375),.375), | + | //*L2 U2 |
− | draw(circle((-.75,.375),.375), | + | pair U=(-1.875, 1.5); |
− | draw(circle((-.75,-.375),.375), | + | //*L2 D1 |
− | draw(circle((.75,-.375),.375), | + | pair V=(-1.875, -.75); |
− | draw(circle((0,-1. | + | //*L2 D2 |
− | draw(circle((0,1. | + | pair W=(-1.875, -1.5); |
− | draw(circle(( | + | //*R2 U1 |
− | draw(circle(( | + | pair X=(1.875, .75); |
− | draw | + | //*R2 U2 |
− | draw( | + | pair Y=(1.875, 1.5); |
− | draw( | + | //*R2 D1 |
− | draw( | + | pair Z=(1.875, -.75); |
+ | //*R2 D2 | ||
+ | pair AA=(1.875, -1.5); | ||
+ | //*L3 U1 | ||
+ | pair BB=(-2.75, 1.0625); | ||
+ | //*L3 D1 | ||
+ | pair CC=(-2.75, -1.0625); | ||
+ | //*R3 U1 | ||
+ | pair DD=(2.75, 1.0625); | ||
+ | //*R3 D1 | ||
+ | pair EE=(2.75, -1.0625); | ||
+ | |||
+ | //*Diagonal line ends | ||
+ | pair ELD=(-3.75, -.125); | ||
+ | pair ELU=(-3.75, .125); | ||
+ | pair ERD=(3.75, -.125); | ||
+ | pair ERU=(3.75, .125); | ||
+ | //*Diagonal line starts | ||
+ | pair SLD=(-1.75, -2.5); | ||
+ | pair SLU=(-1.75, 2.5); | ||
+ | pair SRD=(1.75, -2.5); | ||
+ | pair SRU=(1.75, 2.5); | ||
+ | //*Circle Intersections | ||
+ | pair CLD=(-1.25, -1.0625); | ||
+ | pair CLU=(-1.25, 1.0625); | ||
+ | pair CRD=(1.25, -1.0625); | ||
+ | pair CRU=(1.25, 1.0625); | ||
+ | //*Polar Lines | ||
+ | pair PUL=(-2, 1.625); | ||
+ | pair PUR=(2, 1.625); | ||
+ | pair PDL=(-2, -1.625); | ||
+ | pair PDR=(2, -1.625); | ||
+ | |||
+ | //KNIGHT POINTS | ||
+ | pair KCC=(0,0); | ||
+ | pair KRC=(0.375,0); | ||
+ | pair KCU=(0,0.1875); | ||
+ | pair KRU=(0.125,0.1875); | ||
+ | pair KLU=(-.25,.1875); | ||
+ | pair KCUUU=(0,.6875); | ||
+ | pair KLC=(-0.8125, 0); | ||
+ | pair KLUU=(-.3125,.5625); | ||
+ | pair KLLUUU=(-.4375,1.0625); | ||
+ | pair KLLUUUU=(-.8125, .6875); | ||
+ | pair KLLUU=(-.8125, .4375); | ||
+ | pair KCUUUU=(0, .9375); | ||
+ | pair KCUUUUU=(0, 1.1875); | ||
+ | pair KLUUUUU=(-.25, 1.1875); | ||
+ | pair KRUU=(.25,.3125); | ||
+ | //DRAWING SYSTEMS | ||
+ | //GUIDE | ||
+ | |||
+ | |||
+ | draw(circle((0,0),.375), gray+linewidth(1)); | ||
+ | |||
+ | draw(circle((.75,.375),.375),gray+linewidth(1)); | ||
+ | draw(circle((-.75,.375),.375),gray+linewidth(1)); | ||
+ | draw(circle((-.75,-.375),.375),gray+linewidth(1)); | ||
+ | draw(circle((.75,-.375),.375),gray+linewidth(1)); | ||
+ | |||
+ | |||
+ | draw(circle((0,-1.625),.375),gray+linewidth(1)); | ||
+ | draw(circle((0,1.625),.375),gray+linewidth(1)); | ||
+ | |||
+ | |||
+ | draw(circle((CRU),.375),gray+linewidth(1)); | ||
+ | draw(circle((CLU),.375),gray+linewidth(1)); | ||
+ | draw(circle((CLD),.375),gray+linewidth(1)); | ||
+ | draw(circle((CRD),.375),gray+linewidth(1)); | ||
+ | |||
+ | draw(B--A--C, gray+linewidth(1)); | ||
+ | draw((-3.875,0)--(0,0)--(3.875,0), gray+linewidth(1)); | ||
+ | |||
+ | |||
+ | draw(ELD--SRU, gray+linewidth(1)); | ||
+ | draw(ERD--SLU, gray+linewidth(1)); | ||
+ | draw(ELU--SRD, gray+linewidth(1)); | ||
+ | draw(ERU--SLD, gray+linewidth(1)); | ||
+ | |||
+ | |||
+ | draw(K--L, gray+linewidth(1)); | ||
+ | draw(R--S, gray+linewidth(1)); | ||
+ | |||
+ | draw(CLU--BB, gray+linewidth(1)); | ||
+ | draw(CLD--CC, gray+linewidth(1)); | ||
+ | draw(CRU--DD, gray+linewidth(1)); | ||
+ | draw(CRD--EE, gray+linewidth(1)); | ||
+ | |||
+ | draw(PDR--PDL, gray+linewidth(1)); | ||
+ | draw(PUL--PUR, gray+linewidth(1)); | ||
+ | |||
+ | |||
+ | //Knight | ||
+ | |||
+ | fill(KCC--KRC--KRU--KCU--cycle, black); | ||
+ | draw(KCC--KRC--KRU--KCU--cycle, blue); | ||
+ | |||
+ | fill(KCC--KCU--KLU--cycle, black); | ||
+ | draw(KCC--KCU--KLU--cycle, blue); | ||
+ | |||
+ | fill(KCUUU--KCU--KLU--cycle, black); | ||
+ | draw(KCUUU--KCU--KLU--cycle, blue); | ||
+ | |||
+ | fill(KCC--KLU--KLC--cycle, black); | ||
+ | draw(KCC--KLU--KLC--cycle, blue); | ||
+ | |||
+ | fill(KCUUU--KLU--KLC--KLUU--cycle, black); | ||
+ | draw(KCUUU--KLU--KLC--KLUU--cycle, blue); | ||
+ | |||
+ | fill(KLLUUU--KCUUU--KLUU--cycle, black); | ||
+ | draw(KLLUUU--KCUUU--KLUU--cycle, blue); | ||
+ | |||
+ | fill(KLLUUU--KLLUUUU--KLUU--cycle, black); | ||
+ | draw(KLLUUU--KLLUUUU--KLUU--cycle, blue); | ||
+ | |||
+ | fill(KLC--KLLUUUU--KLUU--cycle, black); | ||
+ | draw(KLC--KLLUUUU--KLUU--cycle, blue); | ||
+ | |||
+ | fill(KCUUUU--KCUUU--KLLUUU--cycle, black); | ||
+ | draw(KCUUUU--KCUUU--KLLUUU--cycle, blue); | ||
+ | |||
+ | fill(KCUUUU--KLLUUU--KLUUUUU--KCUUUUU--cycle, black); | ||
+ | draw(KCUUUU--KLLUUU--KLUUUUU--KCUUUUU--cycle, blue); | ||
+ | |||
+ | fill(KRUU--KCUUU--KCU--KRU--cycle, black); | ||
+ | draw(KRUU--KCUUU--KCU--KRU--cycle, blue); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</asy> | </asy> | ||
+ | <asy> | ||
+ | pair KCC=(0,0); | ||
+ | pair KRC=(0.375,0); | ||
+ | pair KCU=(0,0.1875); | ||
+ | pair KRU=(0.125,0.1875); | ||
+ | pair KLU=(-.25,.1875); | ||
+ | pair KCUUU=(0,.6875); | ||
+ | pair KLC=(-0.8125, 0); | ||
+ | pair KLUU=(-.3125,.5625); | ||
+ | pair KLLUUU=(-.4375,1.0625); | ||
+ | pair KLLUUUU=(-.8125, .6875); | ||
+ | pair KLLUU=(-.8125, .4375); | ||
+ | pair KRUU=(.25,.3125); | ||
− | + | ||
− | + | fill(KLLUUUU--KLUU--KLC--cycle, black); | |
− | + | draw(KLLUUUU--KLUU--KLC--cycle, blue); | |
− | |||
− | |||
− | draw( | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</asy> | </asy> | ||
+ | |||
+ | |||
Line testing | Line testing | ||
<asy> | <asy> | ||
− | + | pair A=(-100,0); | |
− | + | pair B=(100,0); | |
+ | draw(A--B, (linetype("6,6"))); | ||
</asy> | </asy> |
Revision as of 19:13, 7 July 2022
Line testing
pair A=(-100,0); pair B=(100,0); draw(A--B, (linetype("6,6"))); (Error making remote request. Unknown error_msg)