Trace curve: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
var S = brd.create('intersection', [s1, s2, 0], {name:'S', trace:true}); | var S = brd.create('intersection', [s1, s2, 0], {name:'S', trace:true}); | ||
var curve = brd.create(' | var curve = brd.create('tracecurve', [C, S]); | ||
</jsxgraph> | </jsxgraph> | ||
[[Category:Examples]] | [[Category:Examples]] |