// Macros : $macros={}; $macros["Biss non continue"]={ name:"Biss non continue", parameters:["circle","point","point","point","point"], exec: function (C1, P2, P1, P3, P4) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,P1); L2=PerpendicularBisector("L2",P2,P1); S3=Segment("S3",P2,P1); L11=Line("L11",Ohz,P3); L21=PerpendicularBisector("L21",P4,P3); S31=Segment("S31",P4,P3); Perp1=Perpendicular("Perp1",L1,Ohz); P21=OrderedIntersection("P21",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); Perp11=Perpendicular("Perp11",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P51=OrderedIntersection("P51",L21,S31,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P3,P12); S21=Segment("S21",P12,P22); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P3,P42); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); C2=Circle("C2",P6,P2); R1=Ray("R1",P6,P5); C21=Circle("C21",P61,P4); R11=Ray("R11",P61,P51); V1=OrderedIntersection("V1",C1,C2,1); U1=OrderedIntersection("U1",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); U2=OrderedIntersection("U2",C1,C21,1); V2=OrderedIntersection("V2",C1,C21,0); P91=OrderedIntersection("P91",R11,C21,0); C4=Arc3pts("C4",V1,P9,U1); C41=Arc3pts("C41",U2,P91,V2); L4=Line("L4",V2,V1); O1=Center("O1",C4); O2=Center("O2",C41); L3=Line("L3",O2,O1); I=OrderedIntersection("I",L4,L3,0); M2=MidPoint("M2",Ohz,I); C3=Circle("C3",M2,Ohz); P7=OrderedIntersection("P7",C1,C3,0); P8=OrderedIntersection("P8",C1,C3,1); C5=Circle("C5",I,P7); M3=MidPoint("M3",P8,P7); R2=Ray("R2",I,M3); P10=OrderedIntersection("P10",R2,C5,0); C6=Arc3pts("C6",P8,P10,P7); return [C6]; }}; $macros["Cercle Hyp Ctr Pt"]={ name:"Cercle Hyp Ctr Pt", parameters:["circle","point","point"], exec: function (C1, O, A) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,O); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",O,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); o=OrderedIntersection("o'",L1,Par2,0); K=MidPoint("K",o,O); C2=Circle("C2",K,O); L11=Line("L11",K,A); L2=Line("L2",K,A); Perp11=Perpendicular("Perp11",L11,K); P21=OrderedIntersection("P21",L11,C2,0); P11=OrderedIntersection("P11",Perp11,C2,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); Par11=Parallel("Par11",S11,P21); P31=OrderedIntersection("P31",Perp11,Par11,0); Par21=Parallel("Par21",S21,P31); A1=OrderedIntersection("A'",L11,Par21,0); J=MidPoint("J",A1,A); Perp2=Perpendicular("Perp2",L2,J); I=OrderedIntersection("I",L1,Perp2,0); C3=Circle("C3",I,A); return [C3]; }}; $macros["Droite Hyp"]={ name:"Droite Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P7=OrderedIntersection("P7",C1,C2,1); P8=OrderedIntersection("P8",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); C4=Arc3pts("C4",P7,P9,P8); return [C4]; }}; $macros["Inter hyp"]={ name:"Inter hyp", parameters:["point","point","point","point","circle"], exec: function (b1, b2, c2, c1, C1) { O=Center("O",C1); L11=Line("L11",O,b2); L21=PerpendicularBisector("L21",b1,b2); L12=Line("L12",O,c2); L22=PerpendicularBisector("L22",c1,c2); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); Perp12=Perpendicular("Perp12",L12,O); P23=OrderedIntersection("P23",L12,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P16=OrderedIntersection("P16",Perp12,C1,0); S11=Segment("S11",b2,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",c2,P16); S22=Segment("S22",P16,P23); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); M11=MidPoint("M11",b2,P42); M12=MidPoint("M12",c2,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); CTRb=OrderedIntersection("CTRb",L21,Perp21,0); CTRc=OrderedIntersection("CTRc",L22,Perp22,0); C21=Circle("C21",CTRb,b1); C22=Circle("C22",CTRc,c1); P1=OrderedIntersection("P1",C21,C22,0); L1=Line("L1",O,P1); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); I=OrderedIntersection("I",L1,Par2,0); M1=MidPoint("M1",I,P1); S3=Segment("S3",O,M1); J=OrderedIntersection("J",S3,C22,1); return [J]; }}; $macros["Inverse 1pt"]={ name:"Inverse 1pt", parameters:["circle","point"], exec: function (C1, A) { O=Center("O",C1); L1=Line("L1",O,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); return [P4]; }}; $macros["Mediatrice Hyp"]={ name:"Mediatrice Hyp", parameters:["circle","point","point"], exec: function (C1, A, O) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,O); L11=Line("L11",Ohz,A); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); Perp12=Perpendicular("Perp12",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); P12=OrderedIntersection("P12",Perp12,C1,0); S1=Segment("S1",O,P1); S2=Segment("S2",P1,P2); S12=Segment("S12",A,P12); S22=Segment("S22",P12,P22); Par1=Parallel("Par1",S1,P2); Par12=Parallel("Par12",S12,P22); P3=OrderedIntersection("P3",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp12,Par12,0); Par2=Parallel("Par2",S2,P3); Par22=Parallel("Par22",S22,P32); o=OrderedIntersection("o'",L1,Par2,0); o1=OrderedIntersection("o'1",L11,Par22,0); K=MidPoint("K",o,O); K1=MidPoint("K1",o1,A); C2=Circle("C2",K,O); DtrACacher=Line("DtrACacher",K,A); L2=Line("L2",K,A); C21=Circle("C21",K1,A); L111=Line("L111",K1,O); L21=Line("L21",K1,O); Perp11=Perpendicular("Perp11",DtrACacher,K); P21=OrderedIntersection("P21",DtrACacher,C2,0); Perp111=Perpendicular("Perp111",L111,K1); P211=OrderedIntersection("P211",L111,C21,0); P11=OrderedIntersection("P11",Perp11,C2,0); P111=OrderedIntersection("P111",Perp111,C21,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); S111=Segment("S111",O,P111); S211=Segment("S211",P111,P211); Par11=Parallel("Par11",S11,P21); Par111=Parallel("Par111",S111,P211); P31=OrderedIntersection("P31",Perp11,Par11,0); P311=OrderedIntersection("P311",Perp111,Par111,0); Par21=Parallel("Par21",S21,P31); Par211=Parallel("Par211",S211,P311); A1=OrderedIntersection("A'",DtrACacher,Par21,0); A11=OrderedIntersection("A'1",L111,Par211,0); J=MidPoint("J",A1,A); J1=MidPoint("J1",A11,O); Perp2=Perpendicular("Perp2",L2,J); Perp21=Perpendicular("Perp21",L21,J1); I=OrderedIntersection("I",L1,Perp2,0); I1=OrderedIntersection("I1",L11,Perp21,0); C3=Circle("C3",I,A); C31=Circle("C31",I1,O); P4=OrderedIntersection("P4",C3,C31,0); P5=OrderedIntersection("P5",C3,C31,1); L12=Line("L12",Ohz,P4); L22=PerpendicularBisector("L22",P5,P4); S3=Segment("S3",P5,P4); Perp13=Perpendicular("Perp13",L12,Ohz); P23=OrderedIntersection("P23",L12,C1,0); P51=OrderedIntersection("P51",L22,S3,0); P13=OrderedIntersection("P13",Perp13,C1,0); S13=Segment("S13",P4,P13); S23=Segment("S23",P13,P23); Par13=Parallel("Par13",S13,P23); P33=OrderedIntersection("P33",Perp13,Par13,0); Par23=Parallel("Par23",S23,P33); P41=OrderedIntersection("P41",L12,Par23,0); M1=MidPoint("M1",P4,P41); Perp22=Perpendicular("Perp22",L12,M1); P6=OrderedIntersection("P6",L22,Perp22,0); C22=Circle("C22",P6,P5); R1=Ray("R1",P6,P51); P7=OrderedIntersection("P7",C1,C22,1); P8=OrderedIntersection("P8",C1,C22,0); P9=OrderedIntersection("P9",R1,C22,0); C4=Arc3pts("C4",P7,P9,P8); return [C4]; }}; $macros["pComHyp AB CD"]={ name:"pComHyp AB CD", parameters:["circle","point","point","point","point"], exec: function (C1, P1, P2, P4, P3) { O=Center("O",C1); L1=Line("L1",O,P1); L2=PerpendicularBisector("L2",P2,P1); L11=Line("L11",O,P4); L21=PerpendicularBisector("L21",P3,P4); Perp1=Perpendicular("Perp1",L1,O); P21=OrderedIntersection("P21",L1,C1,0); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P4,P12); S21=Segment("S21",P12,P22); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P4,P42); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); L3=Line("L3",P6,P61); P10=OrderedIntersection("P10",L3,C1,0); P13=OrderedIntersection("P13",L3,C1,1); S4=Segment("S4",O,P10); S5=Segment("S5",O,P13); Perp3=Perpendicular("Perp3",S5,P13); Perp4=Perpendicular("Perp4",S4,P10); P14=OrderedIntersection("P14",Perp3,Perp4,0); C3=Circle("C3",P14,P13); R2=Ray("R2",P14,O); P15=OrderedIntersection("P15",R2,C3,0); C5=Arc3pts("C5",P13,P15,P10); return [C5]; }}; $macros["PerpHyper A B M"]={ name:"PerpHyper A B M", parameters:["circle","point","point","point"], exec: function (C1, A, B, M) { O=Center("O",C1); L11=Line("L11",O,A); L2=PerpendicularBisector("L2",B,A); L13=Line("L13",O,M); Perp11=Perpendicular("Perp11",L11,O); P21=OrderedIntersection("P21",L11,C1,0); Perp13=Perpendicular("Perp13",L13,O); P23=OrderedIntersection("P23",L13,C1,0); P11=OrderedIntersection("P11",Perp11,C1,0); P13=OrderedIntersection("P13",Perp13,C1,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); S13=Segment("S13",M,P13); S23=Segment("S23",P13,P23); Par11=Parallel("Par11",S11,P21); Par13=Parallel("Par13",S13,P23); P31=OrderedIntersection("P31",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp13,Par13,0); Par21=Parallel("Par21",S21,P31); Par23=Parallel("Par23",S23,P33); P41=OrderedIntersection("P41",L11,Par21,0); P43=OrderedIntersection("P43",L13,Par23,0); M11=MidPoint("M11",A,P41); M2=MidPoint("M2",P43,M); L3=Line("L3",O,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp3=Perpendicular("Perp3",L3,M2); P6=OrderedIntersection("P6",L2,Perp21,0); C2=Circle("C2",P6,B); L14=Line("L14",P6,M); L4=Line("L4",P6,M); Perp14=Perpendicular("Perp14",L14,P6); P24=OrderedIntersection("P24",L14,C2,0); P14=OrderedIntersection("P14",Perp14,C2,0); S14=Segment("S14",M,P14); S24=Segment("S24",P14,P24); Par14=Parallel("Par14",S14,P24); P34=OrderedIntersection("P34",Perp14,Par14,0); Par24=Parallel("Par24",S24,P34); P44=OrderedIntersection("P44",L14,Par24,0); M3=MidPoint("M3",M,P44); Perp4=Perpendicular("Perp4",L4,M3); P10=OrderedIntersection("P10",Perp3,Perp4,0); C3=Circle("C3",P10,M); P15=OrderedIntersection("P15",C1,C3,1); P16=OrderedIntersection("P16",C3,C1,1); C5=Arc3pts("C5",P15,M,P16); return [C5]; }}; $macros["Segment Hyp"]={ name:"Segment Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P9=OrderedIntersection("P9",R1,C2,0); C3=Arc3pts("C3",B,P9,A); return [C3]; }}; // Coordinates System : SetCoords(437.41422130817153,317.1229761779473,1.3810923309330116); // Geometry : Ohz=Point("Ohz",-3.537499999999844,-0.42499999999995397); P1=Point("P1",-58.55206594633248,35.66466634907976); P2=Point("P2",-32.43974895071516,89.24514322847128); P3=Point("P3",-75.04659128115846,-93.75473694490864); P4=Point("P4",64.6479737366888,-80.48375326821301); P13=Point("P13",65.34644656177802,84.35583345284657); P14=Point("P14",149.86165839757524,-22.51050878580658); C1=Circle1("C1",Ohz,220.7555176270798); L1=Line("L1",Ohz,P1); L2=PerpendicularBisector("L2",P2,P1); S3=Segment("S3",P2,P1); L11=Line("L11",Ohz,P3); L21=PerpendicularBisector("L21",P4,P3); S31=Segment("S31",P4,P3); L12=Line("L12",Ohz,P13); L22=PerpendicularBisector("L22",P14,P13); S32=Segment("S32",P14,P13); L13=Line("L13",Ohz,P1); L23=PerpendicularBisector("L23",P2,P1); S33=Segment("S33",P2,P1); L111=Line("L111",Ohz,P13); L211=PerpendicularBisector("L211",P14,P13); S311=Segment("S311",P14,P13); L15=Line("L15",Ohz,P13); L24=PerpendicularBisector("L24",P14,P13); S35=Segment("S35",P14,P13); L113=Line("L113",Ohz,P4); L213=PerpendicularBisector("L213",P3,P4); S312=Segment("S312",P3,P4); L114=Line("L114",Ohz,P4); L25=PerpendicularBisector("L25",P3,P4); L122=Line("L122",Ohz,P4); L222=PerpendicularBisector("L222",P3,P4); Perp1=Perpendicular("Perp1",L1,Ohz); P21=OrderedIntersection("P21",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); Perp11=Perpendicular("Perp11",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P51=OrderedIntersection("P51",L21,S31,0); Perp12=Perpendicular("Perp12",L12,Ohz); P23=OrderedIntersection("P23",L12,C1,0); P52=OrderedIntersection("P52",L22,S32,0); Perp13=Perpendicular("Perp13",L13,Ohz); P211=OrderedIntersection("P211",L13,C1,0); P53=OrderedIntersection("P53",L23,S33,0); Perp111=Perpendicular("Perp111",L111,Ohz); P221=OrderedIntersection("P221",L111,C1,0); P511=OrderedIntersection("P511",L211,S311,0); Perp15=Perpendicular("Perp15",L15,Ohz); P212=OrderedIntersection("P212",L15,C1,0); P54=OrderedIntersection("P54",L24,S35,0); Perp113=Perpendicular("Perp113",L113,Ohz); P223=OrderedIntersection("P223",L113,C1,0); P512=OrderedIntersection("P512",L213,S312,0); Perp114=Perpendicular("Perp114",L114,Ohz); P213=OrderedIntersection("P213",L114,C1,0); Perp122=Perpendicular("Perp122",L122,Ohz); P233=OrderedIntersection("P233",L122,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P15=OrderedIntersection("P15",Perp12,C1,0); P111=OrderedIntersection("P111",Perp13,C1,0); P121=OrderedIntersection("P121",Perp111,C1,0); P113=OrderedIntersection("P113",Perp15,C1,0); P123=OrderedIntersection("P123",Perp113,C1,0); P114=OrderedIntersection("P114",Perp114,C1,0); P162=OrderedIntersection("P162",Perp122,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P3,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",P13,P15); S22=Segment("S22",P15,P23); S13=Segment("S13",P1,P111); S23=Segment("S23",P111,P211); S111=Segment("S111",P13,P121); S211=Segment("S211",P121,P221); S15=Segment("S15",P13,P113); S25=Segment("S25",P113,P212); S113=Segment("S113",P4,P123); S213=Segment("S213",P123,P223); S114=Segment("S114",P4,P114); S214=Segment("S214",P114,P213); S122=Segment("S122",P4,P162); S222=Segment("S222",P162,P233); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); Par13=Parallel("Par13",S13,P211); Par111=Parallel("Par111",S111,P221); Par15=Parallel("Par15",S15,P212); Par113=Parallel("Par113",S113,P223); Par114=Parallel("Par114",S114,P213); Par122=Parallel("Par122",S122,P233); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); P311=OrderedIntersection("P311",Perp13,Par13,0); P321=OrderedIntersection("P321",Perp111,Par111,0); P312=OrderedIntersection("P312",Perp15,Par15,0); P323=OrderedIntersection("P323",Perp113,Par113,0); P313=OrderedIntersection("P313",Perp114,Par114,0); P333=OrderedIntersection("P333",Perp122,Par122,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); Par23=Parallel("Par23",S23,P311); Par211=Parallel("Par211",S211,P321); Par25=Parallel("Par25",S25,P312); Par213=Parallel("Par213",S213,P323); Par214=Parallel("Par214",S214,P313); Par222=Parallel("Par222",S222,P333); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); P411=OrderedIntersection("P411",L13,Par23,0); P421=OrderedIntersection("P421",L111,Par211,0); P412=OrderedIntersection("P412",L15,Par25,0); P423=OrderedIntersection("P423",L113,Par213,0); P413=OrderedIntersection("P413",L114,Par214,0); P433=OrderedIntersection("P433",L122,Par222,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P3,P42); M12=MidPoint("M12",P13,P43); M13=MidPoint("M13",P1,P411); M111=MidPoint("M111",P13,P421); M15=MidPoint("M15",P13,P412); M113=MidPoint("M113",P4,P423); M114=MidPoint("M114",P4,P413); M122=MidPoint("M122",P4,P433); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); Perp23=Perpendicular("Perp23",L13,M13); Perp211=Perpendicular("Perp211",L111,M111); Perp24=Perpendicular("Perp24",L15,M15); Perp213=Perpendicular("Perp213",L113,M113); Perp214=Perpendicular("Perp214",L114,M114); Perp222=Perpendicular("Perp222",L122,M122); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); P62=OrderedIntersection("P62",L22,Perp22,0); P63=OrderedIntersection("P63",L23,Perp23,0); P611=OrderedIntersection("P611",L211,Perp211,0); P64=OrderedIntersection("P64",L24,Perp24,0); P612=OrderedIntersection("P612",L213,Perp213,0); P65=OrderedIntersection("P65",L25,Perp214,0); CTRc1=OrderedIntersection("CTRc1",L222,Perp222,0); C2=Circle("C2",P6,P2); R1=Ray("R1",P6,P5); C21=Circle("C21",P61,P4); R11=Ray("R11",P61,P51); C22=Circle("C22",P62,P14); R12=Ray("R12",P62,P52); C23=Circle("C23",P63,P2); R13=Ray("R13",P63,P53); C211=Circle("C211",P611,P14); R111=Ray("R111",P611,P511); C24=Circle("C24",P64,P14); R14=Ray("R14",P64,P54); C213=Circle("C213",P612,P3); R112=Ray("R112",P612,P512); C25=Circle("C25",P65,P3); C222=Circle("C222",CTRc1,P3); V1=OrderedIntersection("V1",C1,C2,1); U1=OrderedIntersection("U1",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); U2=OrderedIntersection("U2",C1,C21,1); V2=OrderedIntersection("V2",C1,C21,0); P91=OrderedIntersection("P91",R11,C21,0); P71=OrderedIntersection("P71",C1,C22,1); P81=OrderedIntersection("P81",C1,C22,0); P92=OrderedIntersection("P92",R12,C22,0); V11=OrderedIntersection("V11",C1,C23,1); U11=OrderedIntersection("U11",C1,C23,0); P93=OrderedIntersection("P93",R13,C23,0); U21=OrderedIntersection("U21",C1,C211,1); V21=OrderedIntersection("V21",C1,C211,0); P911=OrderedIntersection("P911",R111,C211,0); V12=OrderedIntersection("V12",C1,C24,1); U12=OrderedIntersection("U12",C1,C24,0); P94=OrderedIntersection("P94",R14,C24,0); U22=OrderedIntersection("U22",C1,C213,1); V22=OrderedIntersection("V22",C1,C213,0); P912=OrderedIntersection("P912",R112,C213,0); C4=Arc3pts("C4",V1,P9,U1); C41=Arc3pts("C41",U2,P91,V2); L4=Line("L4",V2,V1); L5=Line("L5",U1,V2); L6=Line("L6",U1,V1); L7=Line("L7",U2,V2); C42=Arc3pts("C42",P71,P92,P81); C43=Arc3pts("C43",V11,P93,U11); C411=Arc3pts("C411",U21,P911,V21); L41=Line("L41",V21,V11); C44=Arc3pts("C44",V12,P94,U12); C412=Arc3pts("C412",U22,P912,V22); L42=Line("L42",V22,V12); Center1=Center("Center1",C4); Center2=Center("Center2",C41); Center3=Center("Center3",C42); Center4=Center("Center4",C43); Center5=Center("Center5",C411); Center6=Center("Center6",C44); Center7=Center("Center7",C412); Crad=OrderedIntersection("Crad",L6,L7,0); L3=Line("L3",Center2,Center1); L31=Line("L31",Center5,Center4); L32=Line("L32",Center7,Center6); I=OrderedIntersection("I",L4,L3,0); J=OrderedIntersection("J",L5,L3,0); I1=OrderedIntersection("I1",L41,L31,0); I3=OrderedIntersection("I3",L42,L32,0); M2=MidPoint("M2",Ohz,I); L9=Line("L9",Ohz,J); M21=MidPoint("M21",Ohz,I1); M22=MidPoint("M22",Ohz,I3); C3=Circle("C3",M2,Ohz); C31=Circle("C31",M21,Ohz); C32=Circle("C32",M22,Ohz); P7=OrderedIntersection("P7",C1,C3,0); P8=OrderedIntersection("P8",C1,C3,1); P72=OrderedIntersection("P72",C1,C31,0); P82=OrderedIntersection("P82",C1,C31,1); P73=OrderedIntersection("P73",C1,C32,0); P83=OrderedIntersection("P83",C1,C32,1); C5=Circle("C5",I,P7); L8=Line("L8",P7,P8); M3=MidPoint("M3",P8,P7); C51=Circle("C51",I1,P72); M31=MidPoint("M31",P82,P72); L112=Line("L112",Ohz,P72); C52=Circle("C52",I3,P73); M32=MidPoint("M32",P83,P73); R2=Ray("R2",I,M3); R21=Ray("R21",I1,M31); Perp112=Perpendicular("Perp112",L112,Ohz); P222=OrderedIntersection("P222",L112,C1,0); R22=Ray("R22",I3,M32); P10=OrderedIntersection("P10",R2,C5,0); P101=OrderedIntersection("P101",R21,C51,0); P122=OrderedIntersection("P122",Perp112,C1,0); P102=OrderedIntersection("P102",R22,C52,0); C6=Arc3pts("C6",P8,P10,P7); C61=Arc3pts("C61",P82,P101,P72); L212=PerpendicularBisector("L212",P101,P72); L121=Line("L121",Ohz,P10); L221=PerpendicularBisector("L221",P8,P10); S112=Segment("S112",P72,P122); S212=Segment("S212",P122,P222); C62=Arc3pts("C62",P83,P102,P73); Center8=Center("Center8",C6); Center9=Center("Center9",C61); Center10=Center("Center10",C62); Perp121=Perpendicular("Perp121",L121,Ohz); P231=OrderedIntersection("P231",L121,C1,0); Par112=Parallel("Par112",S112,P222); P20=PointOn("P20",C6,2.401980962557362); P16=OrderedIntersection("P16",Perp121,C1,0); P322=OrderedIntersection("P322",Perp112,Par112,0); S121=Segment("S121",P10,P16); S221=Segment("S221",P16,P231); Par212=Parallel("Par212",S212,P322); Par121=Parallel("Par121",S121,P231); P422=OrderedIntersection("P422",L112,Par212,0); P331=OrderedIntersection("P331",Perp121,Par121,0); M112=MidPoint("M112",P72,P422); Par221=Parallel("Par221",S221,P331); Perp212=Perpendicular("Perp212",L112,M112); P431=OrderedIntersection("P431",L121,Par221,0); CTRb=OrderedIntersection("CTRb",L212,Perp212,0); M121=MidPoint("M121",P10,P431); C212=Circle("C212",CTRb,P101); Perp221=Perpendicular("Perp221",L121,M121); CTRc=OrderedIntersection("CTRc",L221,Perp221,0); C221=Circle("C221",CTRc,P8); P17=OrderedIntersection("P17",C212,C221,0); L14=Line("L14",Ohz,P17); Perp14=Perpendicular("Perp14",L14,Ohz); P24=OrderedIntersection("P24",L14,C1,0); P112=OrderedIntersection("P112",Perp14,C1,0); S14=Segment("S14",P17,P112); S24=Segment("S24",P112,P24); Par14=Parallel("Par14",S14,P24); P34=OrderedIntersection("P34",Perp14,Par14,0); Par24=Parallel("Par24",S24,P34); I2=OrderedIntersection("I2",L14,Par24,0); M14=MidPoint("M14",I2,P17); S34=Segment("S34",Ohz,M14); J1=OrderedIntersection("J1",S34,C221,1); L131=Line("L131",Ohz,J1); L141=Line("L141",P65,J1); L43=Line("L43",P65,J1); L17=Line("L17",Ohz,J1); Perp131=Perpendicular("Perp131",L131,Ohz); P232=OrderedIntersection("P232",L131,C1,0); Perp141=Perpendicular("Perp141",L141,P65); P241=OrderedIntersection("P241",L141,C25,0); Perp17=Perpendicular("Perp17",L17,Ohz); P26=OrderedIntersection("P26",L17,C1,0); P131=OrderedIntersection("P131",Perp131,C1,0); P141=OrderedIntersection("P141",Perp141,C25,0); P19=OrderedIntersection("P19",Perp17,C1,0); S131=Segment("S131",J1,P131); S231=Segment("S231",P131,P232); S141=Segment("S141",J1,P141); S241=Segment("S241",P141,P241); S17=Segment("S17",J1,P19); S27=Segment("S27",P19,P26); Par131=Parallel("Par131",S131,P232); Par141=Parallel("Par141",S141,P241); Par17=Parallel("Par17",S17,P26); P332=OrderedIntersection("P332",Perp131,Par131,0); P341=OrderedIntersection("P341",Perp141,Par141,0); P36=OrderedIntersection("P36",Perp17,Par17,0); Par231=Parallel("Par231",S231,P332); Par241=Parallel("Par241",S241,P341); Par27=Parallel("Par27",S27,P36); P432=OrderedIntersection("P432",L131,Par231,0); P44=OrderedIntersection("P44",L141,Par241,0); o=OrderedIntersection("o'",L17,Par27,0); M23=MidPoint("M23",P432,J1); L33=Line("L33",Ohz,P432); M33=MidPoint("M33",J1,P44); K=MidPoint("K",o,J1); Perp3=Perpendicular("Perp3",L33,M23); Perp4=Perpendicular("Perp4",L43,M33); C26=Circle("C26",K,J1); P103=OrderedIntersection("P103",Perp3,Perp4,0); C33=Circle("C33",P103,J1); P151=OrderedIntersection("P151",C1,C33,1); P161=OrderedIntersection("P161",C33,C1,1); C53=Arc3pts("C53",P151,J1,P161); L115=Line("L115",Ohz,P151); L214=PerpendicularBisector("L214",J1,P151); Center11=Center("Center11",C53); Perp115=Perpendicular("Perp115",L115,Ohz); P224=OrderedIntersection("P224",L115,C1,0); P124=OrderedIntersection("P124",Perp115,C1,0); S115=Segment("S115",P151,P124); S215=Segment("S215",P124,P224); Par115=Parallel("Par115",S115,P224); P324=OrderedIntersection("P324",Perp115,Par115,0); Par215=Parallel("Par215",S215,P324); P424=OrderedIntersection("P424",L115,Par215,0); M115=MidPoint("M115",P151,P424); Perp215=Perpendicular("Perp215",L115,M115); CTRb1=OrderedIntersection("CTRb1",L214,Perp215,0); C214=Circle("C214",CTRb1,J1); P18=OrderedIntersection("P18",C214,C222,0); L16=Line("L16",Ohz,P18); Perp16=Perpendicular("Perp16",L16,Ohz); P25=OrderedIntersection("P25",L16,C1,0); P115=OrderedIntersection("P115",Perp16,C1,0); S16=Segment("S16",P18,P115); S26=Segment("S26",P115,P25); Par16=Parallel("Par16",S16,P25); P35=OrderedIntersection("P35",Perp16,Par16,0); Par26=Parallel("Par26",S26,P35); I4=OrderedIntersection("I4",L16,Par26,0); M16=MidPoint("M16",I4,P18); S36=Segment("S36",Ohz,M16); J2=OrderedIntersection("J2",S36,C222,1); L116=Line("L116",K,J2); L26=Line("L26",K,J2); Perp116=Perpendicular("Perp116",L116,K); P214=OrderedIntersection("P214",L116,C26,0); P116=OrderedIntersection("P116",Perp116,C26,0); S116=Segment("S116",J2,P116); S216=Segment("S216",P116,P214); Par116=Parallel("Par116",S116,P214); P314=OrderedIntersection("P314",Perp116,Par116,0); Par216=Parallel("Par216",S216,P314); A1=OrderedIntersection("A'",L116,Par216,0); J3=MidPoint("J3",A1,J2); Perp25=Perpendicular("Perp25",L26,J3); I5=OrderedIntersection("I5",L17,Perp25,0); C34=Circle("C34",I5,J2); // Styles : STL(Ohz,"c:#0000b2;h:1;s:5;f:16"); STL(P1,"c:#0000b2;o:1;s:6;f:16"); STL(P2,"c:#0000b2;o:1;s:6;f:16"); STL(P3,"c:#0000b2;o:1;s:6;f:16"); STL(P4,"c:#0000b2;o:1;s:6;f:16"); STL(P13,"c:#0000b2;o:1;s:6;f:30"); STL(P14,"c:#0000b2;o:1;s:6;f:30"); STL(C1,"c:#cc66cc;s:1;f:30;p:0"); STL(L1,"c:#780013;h:1;s:1;f:30;p:0"); STL(L2,"c:#780013;h:1;s:1;f:30;p:0"); STL(S3,"c:#006633;h:1;s:1;f:24"); STL(L11,"c:#780013;h:1;s:1;f:30;p:0"); STL(L21,"c:#780013;h:1;s:1;f:30;p:0"); STL(S31,"c:#006633;h:1;s:1;f:24"); STL(L12,"c:#780013;h:1;s:1;f:30;p:0"); STL(L22,"c:#780013;h:1;s:1;f:30;p:0"); STL(S32,"c:#006633;h:1;s:1;f:24"); STL(L13,"c:#780013;h:1;s:1;f:30;p:0"); STL(L23,"c:#780013;h:1;s:1;f:30;p:0"); STL(S33,"c:#006633;h:1;s:1;f:24"); STL(L111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L211,"c:#780013;h:1;s:1;f:30;p:0"); STL(S311,"c:#006633;h:1;s:1;f:24"); STL(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(L24,"c:#780013;h:1;s:1;f:30;p:0"); STL(S35,"c:#006633;h:1;s:1;f:24"); STL(L113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L213,"c:#780013;h:1;s:1;f:30;p:0"); STL(S312,"c:#006633;h:1;s:1;f:24"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;h:1;s:1;f:30;p:0"); STL(L122,"c:#780013;h:1;s:1;f:30;p:0"); STL(L222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1,"c:#780013;h:1;s:1;f:30;p:0"); STL(P21,"c:#0000b2;h:1;s:6;f:16"); STL(P5,"c:#0000b2;h:1;s:6;f:16"); STL(Perp11,"c:#780013;h:1;s:1;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:16"); STL(P51,"c:#0000b2;h:1;s:6;f:16"); STL(Perp12,"c:#780013;h:1;s:1;f:30;p:0"); STL(P23,"c:#0000b2;h:1;s:6;f:30"); STL(P52,"c:#0000b2;h:1;s:6;f:30"); STL(Perp13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:30"); STL(P53,"c:#0000b2;h:1;s:6;f:30"); STL(Perp111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:30"); STL(P511,"c:#0000b2;h:1;s:6;f:30"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:30"); STL(P54,"c:#0000b2;h:1;s:6;f:30"); STL(Perp113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P223,"c:#0000b2;h:1;s:6;f:30"); STL(P512,"c:#0000b2;h:1;s:6;f:30"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:30"); STL(Perp122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:30"); STL(P11,"c:#0000b2;h:1;s:6;f:16"); STL(P12,"c:#0000b2;h:1;s:6;f:16"); STL(P15,"c:#0000b2;h:1;s:6;f:30"); STL(P111,"c:#0000b2;h:1;s:6;f:30"); STL(P121,"c:#0000b2;h:1;s:6;f:30"); STL(P113,"c:#0000b2;h:1;s:6;f:30"); STL(P123,"c:#0000b2;h:1;s:6;f:30"); STL(P114,"c:#0000b2;h:1;s:6;f:30"); STL(P162,"c:#0000b2;h:1;s:6;f:30"); STL(S1,"c:#006633;h:1;s:1;f:24"); STL(S2,"c:#006633;h:1;s:1;f:24"); STL(S11,"c:#006633;h:1;s:1;f:24"); STL(S21,"c:#006633;h:1;s:1;f:24"); STL(S12,"c:#006633;h:1;s:1;f:24"); STL(S22,"c:#006633;h:1;s:1;f:24"); STL(S13,"c:#006633;h:1;s:1;f:24"); STL(S23,"c:#006633;h:1;s:1;f:24"); STL(S111,"c:#006633;h:1;s:1;f:24"); STL(S211,"c:#006633;h:1;s:1;f:24"); STL(S15,"c:#006633;h:1;s:1;f:24"); STL(S25,"c:#006633;h:1;s:1;f:24"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S213,"c:#006633;h:1;s:1;f:24"); STL(S114,"c:#006633;h:1;s:1;f:24"); STL(S214,"c:#006633;h:1;s:1;f:24"); STL(S122,"c:#006633;h:1;s:1;f:24"); STL(S222,"c:#006633;h:1;s:1;f:24"); STL(Par1,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par12,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par13,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P31,"c:#0000b2;h:1;s:6;f:16"); STL(P32,"c:#0000b2;h:1;s:6;f:16"); STL(P33,"c:#0000b2;h:1;s:6;f:30"); STL(P311,"c:#0000b2;h:1;s:6;f:30"); STL(P321,"c:#0000b2;h:1;s:6;f:30"); STL(P312,"c:#0000b2;h:1;s:6;f:30"); STL(P323,"c:#0000b2;h:1;s:6;f:30"); STL(P313,"c:#0000b2;h:1;s:6;f:30"); STL(P333,"c:#0000b2;h:1;s:6;f:30"); STL(Par2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par21,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:16"); STL(P42,"c:#0000b2;h:1;s:6;f:16"); STL(P43,"c:#0000b2;h:1;s:6;f:30"); STL(P411,"c:#0000b2;h:1;s:6;f:30"); STL(P421,"c:#0000b2;h:1;s:6;f:30"); STL(P412,"c:#0000b2;h:1;s:6;f:30"); STL(P423,"c:#0000b2;h:1;s:6;f:30"); STL(P413,"c:#0000b2;h:1;s:6;f:30"); STL(P433,"c:#0000b2;h:1;s:6;f:30"); STL(M1,"c:#0000b2;h:1;s:6;f:16"); STL(M11,"c:#0000b2;h:1;s:6;f:16"); STL(M12,"c:#0000b2;h:1;s:6;f:30"); STL(M13,"c:#0000b2;h:1;s:6;f:30"); STL(M111,"c:#0000b2;h:1;s:6;f:30"); STL(M15,"c:#0000b2;h:1;s:6;f:30"); STL(M113,"c:#0000b2;h:1;s:6;f:30"); STL(M114,"c:#0000b2;h:1;s:6;f:30"); STL(M122,"c:#0000b2;h:1;s:6;f:30"); STL(Perp2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp21,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp222,"c:#780013;h:1;s:1;f:30;p:0"); STL(P6,"c:#0000b2;h:1;s:6;f:16"); STL(P61,"c:#0000b2;h:1;s:6;f:16"); STL(P62,"c:#0000b2;h:1;s:6;f:30"); STL(P63,"c:#0000b2;h:1;s:6;f:30"); STL(P611,"c:#0000b2;h:1;s:6;f:30"); STL(P64,"c:#0000b2;h:1;s:6;f:30"); STL(P612,"c:#0000b2;h:1;s:6;f:30"); STL(P65,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc1,"c:#0000b2;h:1;s:6;f:30"); STL(C2,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R1,"c:#993300;h:1;s:1;f:30;p:0"); STL(C21,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R11,"c:#993300;h:1;s:1;f:30;p:0"); STL(C22,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R12,"c:#993300;h:1;s:1;f:30;p:0"); STL(C23,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R13,"c:#993300;h:1;s:1;f:30;p:0"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R111,"c:#993300;h:1;s:1;f:30;p:0"); STL(C24,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R14,"c:#993300;h:1;s:1;f:30;p:0"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R112,"c:#993300;h:1;s:1;f:30;p:0"); STL(C25,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C222,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(V1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(U1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(P9,"c:#0000b2;h:1;s:6;f:16;sp:1"); STL(U2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(V2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(P91,"c:#0000b2;h:1;s:6;f:16;sp:1"); STL(P71,"c:#0000b2;h:1;s:6;f:30"); STL(P81,"c:#0000b2;h:1;s:6;f:30"); STL(P92,"c:#0000b2;h:1;s:6;f:30"); STL(V11,"c:#0000b2;h:1;s:6;f:30"); STL(U11,"c:#0000b2;h:1;s:6;f:30"); STL(P93,"c:#0000b2;h:1;s:6;f:30"); STL(U21,"c:#0000b2;h:1;s:6;f:30"); STL(V21,"c:#0000b2;h:1;s:6;f:30"); STL(P911,"c:#0000b2;h:1;s:6;f:30"); STL(V12,"c:#0000b2;h:1;s:6;f:30"); STL(U12,"c:#0000b2;h:1;s:6;f:30"); STL(P94,"c:#0000b2;h:1;s:6;f:30"); STL(U22,"c:#0000b2;h:1;s:6;f:30"); STL(V22,"c:#0000b2;h:1;s:6;f:30"); STL(P912,"c:#0000b2;h:1;s:6;f:30"); STL(C4,"c:#0000b2;s:2;f:30;p:0"); STL(C41,"c:#0000b2;s:2;f:30;p:0"); STL(L4,"c:#780013;h:1;s:1;f:30;p:0"); STL(L5,"c:#780013;h:1;s:1;f:30;p:0"); STL(L6,"c:#b40000;h:1;s:1;f:30;p:0"); STL(L7,"c:#b40000;h:1;s:1;f:30;p:0"); STL(C42,"c:#0000b2;s:2;f:30;p:0"); STL(C43,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C411,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L41,"c:#780013;h:1;s:1;f:30;p:0"); STL(C44,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C412,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L42,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(Center2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(Center3,"c:#0000b2;h:1;s:6;f:30"); STL(Center4,"c:#0000b2;h:1;s:6;f:30"); STL(Center5,"c:#0000b2;h:1;s:6;f:30"); STL(Center6,"c:#0000b2;h:1;s:6;f:30"); STL(Center7,"c:#0000b2;h:1;s:6;f:30"); STL(Crad,"c:#0000b2;h:1;s:6;sn:true;f:20"); STL(L3,"c:#780013;h:1;s:1;f:30;p:0"); STL(L31,"c:#780013;h:1;s:1;f:30;p:0"); STL(L32,"c:#780013;h:1;s:1;f:30;p:0"); STL(I,"c:#0000b2;s:6;sn:true;f:20"); STL(J,"c:#0000b2;h:1;s:6;sn:true;f:20"); STL(I1,"c:#0000b2;h:1;s:6;f:30"); STL(I3,"c:#0000b2;h:1;s:6;f:30"); STL(M2,"c:#0000b2;h:1;s:6;f:30"); STL(L9,"c:#780013;h:1;s:1;f:30;p:0"); STL(M21,"c:#0000b2;h:1;s:6;f:30"); STL(M22,"c:#0000b2;h:1;s:6;f:30"); STL(C3,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C31,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C32,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P7,"c:#0000b2;h:1;s:6;f:30"); STL(P8,"c:#0000b2;h:1;s:6;f:30"); STL(P72,"c:#0000b2;h:1;s:6;f:30"); STL(P82,"c:#0000b2;h:1;s:6;f:30"); STL(P73,"c:#0000b2;h:1;s:6;f:30"); STL(P83,"c:#0000b2;h:1;s:6;f:30"); STL(C5,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L8,"c:#780013;h:1;s:1;f:30;p:0"); STL(M3,"c:#0000b2;h:1;s:6;f:30"); STL(C51,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(M31,"c:#0000b2;h:1;s:6;f:30"); STL(L112,"c:#780013;h:1;s:1;f:30;p:0"); STL(C52,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(M32,"c:#0000b2;h:1;s:6;f:30"); STL(R2,"c:#993300;h:1;s:1;f:30;p:0"); STL(R21,"c:#993300;h:1;s:1;f:30;p:0"); STL(Perp112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:30"); STL(R22,"c:#993300;h:1;s:1;f:30;p:0"); STL(P10,"c:#0000b2;h:1;s:6;f:30"); STL(P101,"c:#0000b2;h:1;s:6;f:30"); STL(P122,"c:#0000b2;h:1;s:6;f:30"); STL(P102,"c:#0000b2;h:1;s:6;f:30"); STL(C6,"c:#007c00;s:2;f:30;p:0"); STL(C61,"c:#007c00;s:2;f:30;p:0"); STL(L212,"c:#780013;h:1;s:1;f:30;p:0"); STL(L121,"c:#780013;h:1;s:1;f:30;p:0"); STL(L221,"c:#780013;h:1;s:1;f:30;p:0"); STL(S112,"c:#006633;h:1;s:1;f:24"); STL(S212,"c:#006633;h:1;s:1;f:24"); STL(C62,"c:#007c00;s:2;f:30;p:0"); STL(Center8,"c:#0000b2;h:1;s:6;f:30"); STL(Center9,"c:#0000b2;h:1;s:6;f:30"); STL(Center10,"c:#0000b2;h:1;s:6;f:30"); STL(Perp121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:30"); STL(Par112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P20,"c:#0000b2;s:12;f:30"); STL(P16,"c:#0000b2;h:1;s:6;f:30"); STL(P322,"c:#0000b2;h:1;s:6;f:30"); STL(S121,"c:#006633;h:1;s:1;f:24"); STL(S221,"c:#006633;h:1;s:1;f:24"); STL(Par212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P422,"c:#0000b2;h:1;s:6;f:30"); STL(P331,"c:#0000b2;h:1;s:6;f:30"); STL(M112,"c:#0000b2;h:1;s:6;f:30"); STL(Par221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp212,"c:#780013;h:1;s:1;f:30;p:0"); STL(P431,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb,"c:#0000b2;h:1;s:6;f:30"); STL(M121,"c:#0000b2;h:1;s:6;f:30"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Perp221,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRc,"c:#0000b2;h:1;s:6;f:30"); STL(C221,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P17,"c:#0000b2;h:1;s:6;f:30"); STL(L14,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P24,"c:#0000b2;h:1;s:6;f:30"); STL(P112,"c:#0000b2;h:1;s:6;f:30"); STL(S14,"c:#006633;h:1;s:1;f:24"); STL(S24,"c:#006633;h:1;s:1;f:24"); STL(Par14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P34,"c:#0000b2;h:1;s:6;f:30"); STL(Par24,"c:#780013;h:1;s:1;f:30;p:0"); STL(I2,"c:#0000b2;h:1;s:6;f:30"); STL(M14,"c:#0000b2;h:1;s:6;f:30"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(J1,"c:#0000b2;h:1;s:6;f:30"); STL(L131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L43,"c:#780013;h:1;s:1;f:30;p:0"); STL(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:30"); STL(Perp141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P241,"c:#0000b2;h:1;s:6;f:30"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:30"); STL(P131,"c:#0000b2;h:1;s:6;f:30"); STL(P141,"c:#0000b2;h:1;s:6;f:30"); STL(P19,"c:#0000b2;h:1;s:6;f:30"); STL(S131,"c:#006633;h:1;s:1;f:24"); STL(S231,"c:#006633;h:1;s:1;f:24"); STL(S141,"c:#006633;h:1;s:1;f:24"); STL(S241,"c:#006633;h:1;s:1;f:24"); STL(S17,"c:#006633;h:1;s:1;f:24"); STL(S27,"c:#006633;h:1;s:1;f:24"); STL(Par131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P332,"c:#0000b2;h:1;s:6;f:30"); STL(P341,"c:#0000b2;h:1;s:6;f:30"); STL(P36,"c:#0000b2;h:1;s:6;f:30"); STL(Par231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par241,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(P432,"c:#0000b2;h:1;s:6;f:30"); STL(P44,"c:#0000b2;h:1;s:6;f:30"); STL(o,"c:#0000b2;h:1;s:6;f:30"); STL(M23,"c:#0000b2;h:1;s:6;f:30"); STL(L33,"c:#780013;h:1;s:1;f:30;p:0"); STL(M33,"c:#0000b2;h:1;s:6;f:30"); STL(K,"c:#0000b2;h:1;s:6;f:30"); STL(Perp3,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp4,"c:#780013;h:1;s:1;f:30;p:0"); STL(C26,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P103,"c:#0000b2;h:1;s:6;f:30"); STL(C33,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P151,"c:#0000b2;h:1;s:6;f:30"); STL(P161,"c:#0000b2;h:1;s:6;f:30"); STL(C53,"c:#966400;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center11,"c:#0000b2;h:1;s:6;f:30"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:30"); STL(P124,"c:#0000b2;h:1;s:6;f:30"); STL(S115,"c:#006633;h:1;s:1;f:24"); STL(S215,"c:#006633;h:1;s:1;f:24"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P324,"c:#0000b2;h:1;s:6;f:30"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P424,"c:#0000b2;h:1;s:6;f:30"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRb1,"c:#0000b2;h:1;s:6;f:30"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P18,"c:#0000b2;h:1;s:6;f:30"); STL(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:30"); STL(P115,"c:#0000b2;h:1;s:6;f:30"); STL(S16,"c:#006633;h:1;s:1;f:24"); STL(S26,"c:#006633;h:1;s:1;f:24"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P35,"c:#0000b2;h:1;s:6;f:30"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(I4,"c:#0000b2;h:1;s:6;f:30"); STL(M16,"c:#0000b2;h:1;s:6;f:30"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(J2,"c:#966400;s:6;f:30"); STL(L116,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(P116,"c:#0000b2;h:1;s:6;f:30"); STL(S116,"c:#006633;h:1;s:1;f:24"); STL(S216,"c:#006633;h:1;s:1;f:24"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P314,"c:#0000b2;h:1;s:6;f:30"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(A1,"c:#0000b2;h:1;s:6;f:30"); STL(J3,"c:#0000b2;h:1;s:6;f:30"); STL(Perp25,"c:#780013;h:1;s:1;f:30;p:0"); STL(I5,"c:#0000b2;h:1;s:6;f:30"); STL(C34,"c:#b40000;s:2;f:30;p:0"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");