A 5-circle incidence theorem: Difference between revisions

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


var attA = {name:'',strokeColor:'#7355ff',fillColor:'#7355ff'};
var attA = {name:'',strokeColor:'#7355ff',fillColor:'#7355ff'};
attA.name = "0";
A[0] = brd.create('point',[-2.5,-3], attA);
A[0] = brd.create('point',[-2.5,-3], attA);
attA.name = "1";
A[1] = brd.create('point',[-0,4], attA);
A[1] = brd.create('point',[-0,4], attA);
attA.name = "";
A[2] = brd.create('point',[2.5,-3], attA);
A[2] = brd.create('point',[2.5,-3], attA);
A[3] = brd.create('point',[-4,0], attA);
A[3] = brd.create('point',[-4,0], attA);

Revision as of 12:02, 13 August 2019