Laufmaschine
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 14: | Zeile 14: | ||
b1 = brd.create('segment', [p1, p3], {withLabel:true, name:'b'}), | b1 = brd.create('segment', [p1, p3], {withLabel:true, name:'b'}), | ||
b2 = brd.create('segment', [p2, p3], {withLabel:true, name:'j'}), | b2 = brd.create('segment', [p2, p3], {withLabel:true, name:'j'}), | ||
- | c3 = brd.create('circle',[p3, | + | c3 = brd.create('circle',[p3,40],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), |
- | c4 = brd.create('circle',[p1, | + | c4 = brd.create('circle',[p1,20],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), |
p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}), | p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}), | ||
b3 = brd.create('segment', [p3, p4], {withLabel:true, name:'e'}), | b3 = brd.create('segment', [p3, p4], {withLabel:true, name:'e'}), |