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 23: | Line 23: | ||
l3 = board.create('line',[P3,Q3], {color:'black', strokeWidth:1, dash:2}), | l3 = board.create('line',[P3,Q3], {color:'black', strokeWidth:1, dash:2}), | ||
g1 = board.create('segment',[P1,P2], {color:' | g1 = board.create('segment',[P1,P2], {color:'orange', strokeWidth:1, dash:3}), | ||
g2 = board.create('segment',[P2,P3], {color:' | g2 = board.create('segment',[P2,P3], {color:'orange', strokeWidth:1, dash:3}), | ||
h1 = board.create('segment',[Q1,Q2], {color:' | h1 = board.create('segment',[Q1,Q2], {color:'orange', strokeWidth:1, dash:3}), | ||
h2 = board.create('segment',[Q2,Q3], {color:' | h2 = board.create('segment',[Q2,Q3], {color:'orange', strokeWidth:1, dash:3}); | ||