Poincare disc model: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
var s1 = brd.create('intersection', [c,t2,0], {withLabel:false}); | var s1 = brd.create('intersection', [c,t2,0], {withLabel:false}); | ||
var s2 = brd.create('intersection', [c,t2,1], {withLabel:false}); | var s2 = brd.create('intersection', [c,t2,1], {withLabel:false}); | ||
var arc = brd.create(' | var arc = brd.create('circumcirclearc',[s1,pp,s2]); | ||
</jsxgraph> | </jsxgraph> |