// // Autor: Timo Ehmke (ehmke@uni-flensburg.de) // // Systemvariablen // =============== WORLD_X_MAX = +4.0 WORLD_X_MIN = -4.0 WORLD_Y_MAX = +3.0 WORLD_Y_MIN = -3.0 MEASURE_EXACTNESS = 2 // Figurenbeschreibung // =================== e[1] = O; point; fixed; 0.0,0.0; "hidden" e[2] = G1; point; fixed; -4.0,0.0; "hidden" e[3] = G2; point; fixed; 4.0,0.0; "hidden" e[4] = coord; point; coordSystem; O,320,320,240,240; 0;red;black;0 e[5] = a measure; controller; 3.0,0.25,-3.0,3.0,100,"a = ",""; e[6] = b measure; controller; 2.0,0.25,-3.0,3.0,100,"b = ",""; e[7] = g; line; connect; G1,G2; "hidden" e[8] = P; point; dragable; -1.56,0.0,g; e[9] = Px; measure; coordinateX; P,-100.0,1.0,"",""; e[10] = Py; measure; JSfunction; "trigonomicFunction","P"; e[11] = P'; point; functionDepend; Px,Py; e[12] = l; line; locus; P',P,g,50; e[13] = s; line; connect; P,P'; 0;0;gray;0 e[14] = m0; measure; coordinates; P,-3.5,1.5,"P = ",""; e[15] = m1; measure; coordinates; P',-3.5,1.25,"P' = ","";