Two reflections II (intersecting lines): Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 1: Line 1:
<jsxgraph width="500" height="500" box="box">
<jsxgraph width="500" height="500" box="box">
(function () {
(function () {
   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', [4, 0], {withLabel:false}),
       B = board.create('point', [4, 0], {withLabel:false}),

Revision as of 18:35, 14 January 2012

The JavaScript code