Laufmaschine

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Der Versionsvergleich bezieht 16 dazwischenliegende Versionen mit ein.)
Zeile 1: Zeile 1:
<jsxgraph box="Diagramm_in_the_box" width="500" height="500">
<jsxgraph box="Diagramm_in_the_box" width="500" height="500">
-
var brd = JXG.JSXGraph.initBoard('Diagramm_in_the_box',{boundingbox:[-120,50,50,-50], axis:false, grid:false, showCopyright:false, showNavigation:false, keepaspectratio: true });
+
var brd = JXG.JSXGraph.initBoard('Diagramm_in_the_box',{boundingbox:[-150,150,150,-150], axis:false, grid:false, showCopyright:false, showNavigation:false, keepaspectratio: true });
-
var p0 = brd.create('point', [0,0], {});
+
var p0 = brd.create('point', [7,-11.6], {});
-
var p1 = brd.create('point', [-38,-7.8], {});
+
var p1 = brd.create('point', [-22,-37], {});
-
var pc1 = brd.create('point', [1,-7.8], {});
+
var pc1 = brd.create('point', [-3,-11], {});
var d1 = brd.create('segment', [p1, pc1], {withLabel:true, name:'a', strokeColor:"#BDBDBD"});
var d1 = brd.create('segment', [p1, pc1], {withLabel:true, name:'a', strokeColor:"#BDBDBD"});
var d2 = brd.create('segment', [p0, pc1], {withLabel:true, name:'l', strokeColor:"#BDBDBD"});
var d2 = brd.create('segment', [p0, pc1], {withLabel:true, name:'l', strokeColor:"#BDBDBD"});
Zeile 12: Zeile 12:
     c2 = brd.create('circle',[p2,50],{visible:false}),
     c2 = brd.create('circle',[p2,50],{visible:false}),
     p3 = brd.create('intersection', [c1, c2, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
     p3 = brd.create('intersection', [c1, c2, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
-
     b1 = brd.create('segment', [p1, p3], {withLabel:true, name:'b'}),
+
     b1 = brd.create('segment', [p1, p3], {visible:false}),
-
     b2 = brd.create('segment', [p2, p3], {withLabel:true, name:'j'}),
+
     b2 = brd.create('segment', [p2, p3], {visible:false}),
     c3 = brd.create('circle',[p3,55.8],{visible:false}),
     c3 = brd.create('circle',[p3,55.8],{visible:false}),
     c4 = brd.create('circle',[p1,40.1],{visible:false}),
     c4 = brd.create('circle',[p1,40.1],{visible:false}),
Zeile 27: Zeile 27:
     c8 = brd.create('circle',[p4,39.4],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     c8 = brd.create('circle',[p4,39.4],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     p6 = brd.create('intersection', [c7, c8, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
     p6 = brd.create('intersection', [c7, c8, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
-
     b7 = brd.create('segment', [p4, p6], {withLabel:true, name:'f'}),
+
     b7 = brd.create('segment', [p4, p6], {visible:false}),
-
     b8 = brd.create('segment', [p5, p6], {withLabel:true, name:'g'}),
+
     b8 = brd.create('segment', [p5, p6], {visible:false}),
     c9 = brd.create('circle',[p5,49],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     c9 = brd.create('circle',[p5,49],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     c10= brd.create('circle',[p6,65.7],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     c10= brd.create('circle',[p6,65.7],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
-
     p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace:true}),
+
     p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace:false}),
     b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}),
     b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}),
     b10= brd.create('segment', [p6, p7], {visible:false}),
     b10= brd.create('segment', [p6, p7], {visible:false}),

Aktuelle Version vom 09:29, 6. Okt. 2017

Persönliche Werkzeuge