Poincare disc model: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 8: Line 8:
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('arc',[pp,s1,s2]);
var arc = brd.create('circle',[pp,s1]);


</jsxgraph>
</jsxgraph>

Revision as of 14:43, 21 July 2010