Laufmaschine
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 29: | Zeile 29: | ||
b7 = brd.create('segment', [p4, p6], {withLabel:true, name:'f'}), | b7 = brd.create('segment', [p4, p6], {withLabel:true, name:'f'}), | ||
b8 = brd.create('segment', [p5, p6], {withLabel:true, name:'g'}), | b8 = brd.create('segment', [p5, p6], {withLabel:true, name:'g'}), | ||
- | c9 = brd.create('circle',[p5,10],{}), | + | c9 = brd.create('circle',[p5,10],{visible:false}), |
- | c10= brd.create('circle',[p6,10],{}), | + | c10= brd.create('circle',[p6,10],{visible:false}), |
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:true}), | ||
b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}), | b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}), |