Polygon II: Difference between revisions

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


var rot = brd.create('transform',[function(){ return Math.PI/4;},p1],{type:'rotate'});
var rot = brd.create('transform',[function(){ return Math.PI/4;},p1],{type:'rotate'});
var p3 = brd.create('point',[p2,rot],{fixed:true,name:'h1'});
var p3 = brd.create('point',[p2,rot],{fixed:true,width:1,name:'h1'});
var line = brd.create('line',[p1,p3],{strokeOpacity:0.1});
var line = brd.create('line',[p1,p3],{strokeOpacity:0.1});



Revision as of 11:28, 3 March 2010