Poincare disc model: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
var s2 = brd.create('intersection', [c,t,1], {withLabel:false}); | var s2 = brd.create('intersection', [c,t,1], {withLabel:false}); | ||
var arc = brd.create('arc',[p,s1,s2]); | var arc = brd.create('arc',[p,s1,s2]); | ||
var pp = brd.create('point',[1,2],{withLabel:false}); | |||
var t = brd.create('polar', [c,pp], {name:'polar', withLabel:true, strokeColor:'gray', dash:2}); | |||
var l = brd.create('line', [[0,0],pp], {name:'', withLabel:false, strokeColor:'gray', dash:2}); | |||
var A = brd.create('intersection', [l,t,0], {name:"A", withLabel:true, trace:true}); | |||
/* | /* |