Curly braces: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 30: Line 30:


                         d[1] *= height/dl;
                         d[1] *= height/dl;
                         return mid-d[1] ;  
                         return mid-d[1]+0.2 ;  
                     },
                     },
                     function() {  
                     function() {  
Line 38: Line 38:


                         d[0] *= height/dl;
                         d[0] *= height/dl;
                         return mid+d[0];  
                         return mid+d[0]+0.2;  
                     },
                     },
                     function() { return B.Dist(A).toFixed(2); }
                     function() { return "length="+B.Dist(A).toFixed(2); }
                 ], {offsets:[20,10]});
                 ]);





Revision as of 13:03, 19 February 2013