Trace curve: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (Created page with "<jsxgraph width="600" height="500"> var brd = JXG.JSXGraph.initBoard('jxgbox',{axis:true,boundingbox:[-2,2,2,-2],keepaspectratio:true}); var A = brd.create('point', [-1.5, -1.5])...") |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
var h = brd.create('parallel', [[0,1.5], g], {visible:true}); | var h = brd.create('parallel', [[0,1.5], g], {visible:true}); | ||
var C = brd.create('glider', [[0, 1.5],h]); | var C = brd.create('glider', [[0, 1.5],h]); | ||
</jsxgraph> | </jsxgraph> | ||
[[Category:Examples]] | [[Category:Examples]] |