Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 27: Line 27:
board.update();
board.update();


var alpha = board.create('slider', [[1,4], [3,4], [0, 0, Math.PI*0.25]], {name:'α'});
var alpha = board.create('slider', [[1,4], [3,4], [0, 0, 45]], {name:'α'});


</jsxgraph>
</jsxgraph>

Revision as of 15:09, 6 July 2021

The underlying JavaScript code