Difference between revisions of "Two reflections II (intersecting lines)"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 5: | Line 5: | ||
B = board.create('point', [4, 0], {withLabel:false}), | B = board.create('point', [4, 0], {withLabel:false}), | ||
C = board.create('point', [-2, 2], {withLabel:false}), | C = board.create('point', [-2, 2], {withLabel:false}), | ||
− | |||
s = board.create('line',[A,B], {name:'s', withLabel:true}), | s = board.create('line',[A,B], {name:'s', withLabel:true}), | ||
t = board.create('line',[C,B], {name:'t', withLabel:true}), | t = board.create('line',[C,B], {name:'t', withLabel:true}), |