Trace curve: Difference between revisions

From JSXGraph Wiki
(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])...")
 
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]]

Revision as of 10:44, 22 June 2012