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 7: | Line 7: | ||
        D = board.create('point', [3, 0], {withLabel:false}),  |         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',[  |         t = board.create('line',[C,B], {name:'t', withLabel:true}),  | ||
        Ss = board.create('transform', [s], {type:'reflect'}),  |         Ss = board.create('transform', [s], {type:'reflect'}),  | ||