Hyperbola III: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
var e2 = board.create('point', [0, 1], {withLabel:false, color: 'blue'}); | var e2 = board.create('point', [0, 1], {withLabel:false, color: 'blue'}); | ||
var | var phi0 = board.create('transform', [-Math.PI * 0.25], {type: 'rotate'}); | ||
var | var t0 = board.create('transform', [-2, 1], {type: 'translate'}); | ||
t0.applyOnce([f1, f2, p, o, e1, e2]); | |||
phi0.applyOnce([f1, f2, p, o, e1, e2]); | |||
var hyp = board.create('hyperbola', [f1, f2, p]); | var hyp = board.create('hyperbola', [f1, f2, p]); |