Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 11: Line 11:
var f2 = board.create('point', [0, sq5], {name:"f"});
var f2 = board.create('point', [0, sq5], {name:"f"});
var p  = board.create('point', [2, Math.sqrt(2)], {name:"p"}); //-0.9428
var p  = board.create('point', [2, Math.sqrt(2)], {name:"p"}); //-0.9428
var o = board.create('point', [0, 0], {withLabel:false, color: 'blue', size:1});
var e1 = board.create('point', [1, 0], {withLabel:false, color: 'blue', size:1});
var e2 = board.create('point', [0, 1], {withLabel:false, color: 'blue', size:1});


var phi = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'});
var phi = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'});

Revision as of 15:03, 6 July 2021

The underlying JavaScript code