Circles on circles: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 64: Line 64:
alert($("c1").value);
alert($("c1").value);
  var c = board.createElement('curve', [
  var c = board.createElement('curve', [
               function(t) { return Math.cos(t)+ 0.5*Math.cos(*t);},
               function(t) { return Math.cos(t)+ 0.5*Math.cos(t);},
               function(t) { return Math.sin(t)+ 0.5*Math.sin(3*t);},
               function(t) { return Math.sin(t)+ 0.5*Math.sin(3*t);},
               0,4*Math.PI]);
               0,4*Math.PI]);

Revision as of 11:02, 29 June 2009