Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 32: Line 32:


var phi = board.create('transform', [function(){ return alpha.Value() * Math.PI / 180; }], {type: 'rotate'});
var phi = board.create('transform', [function(){ return alpha.Value() * Math.PI / 180; }], {type: 'rotate'});
var t = board.create('transform', [function(){ return -2*f.Value(); }, function(){ return f.Value(); }], {type: 'translate'});
var t = board.create('transform', [function(){ return 2*f.Value(); }, function(){ return -f.Value(); }], {type: 'translate'});


t.bindTo([f1, f2, p, e1, e2, o]);
t.bindTo([f1, f2, p, e1, e2, o]);

Revision as of 15:34, 6 July 2021

The underlying JavaScript code