Rolling circle on cosine: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
// Line | // Line | ||
var line = brd.create('curve', [function(t) { return t;}, function(t){ return 0.5*Math.cos(t);}], | var line = brd.create('curve', [function(t) { return t;}, function(t){ return 0.5*Math.cos(t);}], | ||
{strokeWidth:6, | {strokeWidth:6, strokeColor:'green'}); | ||
// Circle | // Circle |