Test

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
var p0=board.create('point', [0.0, 30.0],{size:10});
var p0=board.create('point', [0.0, 30.0],{size:10});
-
var c0=board.create('circle', [p0, r]);
+
var c0=board.create('circle', [p0, r], {visable:false});
Zeile 16: Zeile 16:
var lx1=p0.X()-Math.sin((20-i*10)*Math.PI/180)*r;
var lx1=p0.X()-Math.sin((20-i*10)*Math.PI/180)*r;
var ly1=p0.Y()-Math.cos((20-i*10)*Math.PI/180)*r;
var ly1=p0.Y()-Math.cos((20-i*10)*Math.PI/180)*r;
-
var p0 = board.create('glider', [lx0, ly0,c0], { name: '1', withLabel: false });
+
var p0 = board.create('glider', [lx0, ly0,c0], { name: '1', withLabel: false, size:10});
-
var p1 = board.create('glider', [lx1, ly1,c0], { name: '1', withLabel: false });
+
var p1 = board.create('glider', [lx1, ly1,c0], { name: '1', withLabel: false, size:10});
-
var c0=board.create('circle', [p0, r]);
+
var c0=board.create('circle', [p0, r], {visable:false});
}
}
</jsxgraph>
</jsxgraph>

Version vom 18:20, 8. Dez. 2025

Persönliche Werkzeuge