Sie sind auf Seite 1von 1

// Coordinates System :

SetCoords(681,330.5,40,false,1366,662);

// Geometry :
A=Point("A",-8.2,0.3875);
C=Point("C",-2.4,-0.0375);
C1=Circle("C1",A,C);
C2=Circle("C2",C,A);
S3=Segment("S3",C,A);
B=OrderedIntersection("B",C2,C1,1);
S1=Segment("S1",A,B);
S2=Segment("S2",B,C);
A1=Angle("A1",C,A,B);
A2=Angle("A2",B,C,A);
A3=Angle("A3",A,B,C);

// Styles :
STL(A,"c:#0000b2;s:6;sn:true;f:30");
STL(C,"c:#0000b2;s:6;sn:true;f:30");
STL(C1,"c:#cc66cc;s:1;f:30;p:0");
STL(C2,"c:#cc66cc;s:1;f:30;p:0");
STL(S3,"c:#006633;s:1;f:24");
STL(B,"c:#0000b2;s:6;sn:true;f:30");
STL(S1,"c:#006633;s:1;f:24");
STL(S2,"c:#006633;s:1;f:24");
STL(A1,"c:#006633;s:4;f:24;p:1");
STL(A2,"c:#006633;s:4;f:24;p:1");
STL(A3,"c:#006633;s:4;f:24;p:1");
SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLo
ckOy:false;centerZoom:false;onlyPositive:false;color:#111111;fontSize:18;axisWid
th:1;gridWidth:0.1");
SetGeneralStyle("background-color:#F8F8F8;degree:true;dragmoveable:true");

Das könnte Ihnen auch gefallen