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 3: | Line 3: | ||
var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-5, 5, 5, 5], keepaspectratio:true}), | var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-5, 5, 5, 5], keepaspectratio:true}), | ||
A = board.create('point', [-2, -2], {withLabel:false}), | A = board.create('point', [-2, -2], {withLabel:false}), | ||
− | B = board.create('point', [ | + | B = board.create('point', [4, 0], {withLabel:false}), |
C = board.create('point', [-2, 2], {withLabel:false}), | C = board.create('point', [-2, 2], {withLabel:false}), | ||
D = board.create('point', [3, 0], {withLabel:false}), | D = board.create('point', [3, 0], {withLabel:false}), |