Tape measure
From JSXGraph Wiki
Revision as of 13:32, 14 March 2013 by A WASSERMANN (talk | contribs) (Created page with "<jsxgraph height="500" width="500" box="box"> var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-3,3,3,-3]}); var p1 = board.create('point', [0,0]); var p2 = board.create(...")
The JavaScript code
[[Category::Examples]] [[Category::Geometry]]