Euler line: Difference between revisions

From JSXGraph Wiki
(New page: <jsxgraph width="500" height="500" box="box"> brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox: [-2, 2, 2, -2], keepaspectratio:true}); brd.suspendUpdate(); A = brd.createElement('poin...)
 
No edit summary
Line 1: Line 1:
<jsxgraph width="500" height="500" box="box">
<jsxgraph width="500" height="500" box="box">
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox: [-2, 2, 2, -2], keepaspectratio:true});
brd = JXG.JSXGraph.initBoard('box', {boundingbox: [-2, 2, 2, -2], keepaspectratio:true});


brd.suspendUpdate();
brd.suspendUpdate();

Revision as of 14:58, 30 July 2009

The JavaScript code