Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 34: Line 34:
var t = board.create('transform', [function(){ return f.Value()*2; }, function(){ return -f.Value(); }], {type: 'translate'});
var t = board.create('transform', [function(){ return f.Value()*2; }, function(){ return -f.Value(); }], {type: 'translate'});


t.bindTo([f1, f2, p]);
phi.bindTo([f1, f2, p]);
phi.bindTo([f1, f2, p]);



Revision as of 15:20, 6 July 2021

1234−1−2−3−41234−1−2−3−4
f'
f
p
α = 0.00°
f = 0.00

The underlying JavaScript code