Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 18: Line 18:
var phi = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'});
var phi = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'});
var t = board.create('transform', [-2, 1], {type: 'translate'});
var t = board.create('transform', [-2, 1], {type: 'translate'});
t.applyOnce([f1, f2, p]);
t.applyOnce([f1, f2, p, o, e1, e2]);
phi.applyOnce([f1, f2, p]);
phi.applyOnce([f1, f2, p, o, e1, e2]);





Revision as of 15:05, 6 July 2021

The underlying JavaScript code