Fill the intersection area of three circles: Difference between revisions

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


     // Join the three arcs and fill the area.
     // Join the three arcs and fill the area.
     var c3 = JXG.joinCurves(brd, [c1, c2, c3],  
     var c4 = JXG.joinCurves(brd, [c1, c2, c3],  
         {  strokeColor:'black',  
         {  strokeColor:'black',  
             strokeWidth:3,  
             strokeWidth:3,  

Revision as of 10:05, 15 August 2017

The underlying JavaScript code