Difference between revisions of "Reflect images"

From JSXGraph Wiki
Jump to navigationJump to search
Line 2: Line 2:
 
(function(){
 
(function(){
 
   var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-6,6,12,-6], axis:true});
 
   var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-6,6,12,-6], axis:true});
   var p0, p1, p2, p3, p4, p5  
+
   var p0, p1, p2, p3, p4, p5,
 
       l1, l2,
 
       l1, l2,
 
       im1, im2, im3,  
 
       im1, im2, im3,  

Revision as of 13:51, 29 July 2011

The JavaScript code

Here is the complete code to accomplish this behaviour.