Fill the intersection area of three circles: Difference between revisions

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


     // Create three arcs surrounding the intersection area
     // Create three arcs surrounding the intersection area
     var c1 = brd.create('arc', [p1, i3, i1], {visible:true, strokeWidth:5});
     var c1 = brd.create('arc', [p1, i2, i1], {visible:true, strokeWidth:5});
     //var c2 = brd.create('arc', [p3, i3, i2], {visible:true});
     //var c2 = brd.create('arc', [p3, i3, i2], {visible:true});
     //var c3 = brd.create('arc', [p5, i2, i1], {visible:true});
     //var c3 = brd.create('arc', [p5, i2, i1], {visible:true});

Revision as of 09:59, 15 August 2017

The underlying JavaScript code