Difference between revisions of "Circle approximation"

From JSXGraph Wiki
Jump to navigationJump to search
Line 26: Line 26:
 
   var i;
 
   var i;
 
   var s = circ.getRadius()/Math.cos(Math.PI*2.0/n.Value);
 
   var s = circ.getRadius()/Math.cos(Math.PI*2.0/n.Value);
 +
alert(s);
 
   this.dataX = [p0.X()+s];
 
   this.dataX = [p0.X()+s];
 
   this.dataY = [p0.Y()];
 
   this.dataY = [p0.Y()];

Revision as of 11:31, 24 June 2009

The underlying JavaScript code