Two reflections I (parallel lines): Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 19: Line 19:
       Q3 = board.create('point', [Q2, St], {name:'Q_3', color:'green'}),
       Q3 = board.create('point', [Q2, St], {name:'Q_3', color:'green'}),


       l1 = board.create('line',[P1,Q1], {color:'black', strokeWidth:1}),
       l1 = board.create('line',[P1,Q1], {color:'black', strokeWidth:1, dash:2}),
       l2 = board.create('line',[P2,Q2], {color:'black', strokeWidth:1}),
       l2 = board.create('line',[P2,Q2], {color:'black', strokeWidth:1, dash:2}),
       l3 = board.create('line',[P3,Q3], {color:'black', strokeWidth:1});
       l3 = board.create('line',[P3,Q3], {color:'black', strokeWidth:1, dash:2});
      
      



Revision as of 12:15, 29 November 2011

The JavaScript code