Hyperbola III: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) 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'});  | ||
phi.bindTo([f1, f2, p]);  | |||
t.bindTo([f1, f2, p]);  | t.bindTo([f1, f2, p]);  | ||
</jsxgraph>  | </jsxgraph>  | ||