Two reflections II (intersecting lines): Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
B = board.create('point', [3, -4], {withLabel:false}), | B = board.create('point', [3, -4], {withLabel:false}), | ||
C = board.create('point', [-2, 2], {withLabel:false}), | C = board.create('point', [-2, 2], {withLabel:false}), | ||
D = board.create('point', [ | D = board.create('point', [3, 0], {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',[D,C], {name:'t', withLabel:true}), | t = board.create('line',[D,C], {name:'t', withLabel:true}), |