Poincare disc model: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 17: Line 17:




/*
var x = brd.create('glider',[3,3,line], {name:'drag me'});


var x = brd.create('glider',[3,3,l]);
var t2 = brd.create('polar', [c,x], {strokeColor:'gray', dash:2});  
var l2 = brd.create('perpendicular',[l,x])[0];
 
 
var pp = brd.create('glider',[-4,4,l2],{name:'drag me',trace:true});
 
var t2 = brd.create('polar', [c,pp], {strokeColor:'gray', dash:2});  
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('circle',[pp,s1]);
var arc = brd.create('arc',[pp,s1,s2]);
*/
*/
</jsxgraph>
</jsxgraph>

Revision as of 15:36, 21 July 2010