Circles on circles: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 70: | Line 70: | ||
var f2 = 17; | var f2 = 17; | ||
var c = board.createElement('curve', [ | var c = board.createElement('curve', [ | ||
function(t) { return Math.cos(t)+ | function(t) { return Math.cos(t)+ c1*Math.cos(f1*t);}, | ||
function(t) { return Math.sin(t)+ | function(t) { return Math.sin(t)+ c1*Math.sin(f1*t);}, | ||
0,4*Math.PI]); | 0,4*Math.PI]); | ||
Revision as of 11:05, 29 June 2009