Two reflections I (parallel lines): Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 15: Line 15:
       P3 = board.create('point', [P2, St], {name:'P_3', color:'green'}),
       P3 = board.create('point', [P2, St], {name:'P_3', color:'green'}),


       Q1 = board.create('point', [4,2], {name:'Q_1', color:'blue', size:5}),
       Q1 = board.create('point', [1,-4], {name:'Q_1', color:'blue', size:5}),
       Q2 = board.create('point', [Q1, Ss], {name:'Q_2', color:'blue'}),
       Q2 = board.create('point', [Q1, Ss], {name:'Q_2', color:'blue'}),
       Q3 = board.create('point', [Q2, St], {name:'Q_3', color:'blue'}),
       Q3 = board.create('point', [Q2, St], {name:'Q_3', color:'blue'}),

Revision as of 15:19, 29 November 2011

The JavaScript code