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

0.511.522.533.544.5−0.50.511.522.533.544.5−0.5
A
B
C
D
E
F
G
H
I

The underlying JavaScript code