Laufmaschine
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 15: | Zeile 15: | ||
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,40],{visible:false}), | c3 = brd.create('circle',[p3,40],{visible:false}), | ||
- | c4 = brd.create('circle',[p1, | + | c4 = brd.create('circle',[p1,40],{visible:false}), |
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'}), |