Laufmaschine

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Der Versionsvergleich bezieht 13 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', [-2,-11], {});
+
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 31: Zeile 31:
     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