Hyperbola III: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="500" height="500"> JXG.Options.label.autoPosition = true; JXG.Options.text.fontSize = 16; JXG.Options.line.strokeWidth = 0.8; var board = JXG.JSXGraph.initBo...")
 
No edit summary
Line 10: Line 10:
var f1 = board.create('glider', [-sqrt3, 0, board.defaultAxes.x], {name:"f'"});
var f1 = board.create('glider', [-sqrt3, 0, board.defaultAxes.x], {name:"f'"});
var f2 = board.create('glider', [sqrt3,  0, board.defaultAxes.x], {name:"f"});
var f2 = board.create('glider', [sqrt3,  0, board.defaultAxes.x], {name:"f"});
var hyp = board.create('hyperbola', [f1, f2, [0,3]]);
var hyp = board.create('hyperbola', [f1, f2, [4,3]]);





Revision as of 07:07, 6 July 2021

The underlying JavaScript code