Difference between revisions of "Rectangles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 23: | Line 23: | ||
rect = b2.create('polygon',[p1,p3,p2,p4],{hasInnerPoints:true}); | rect = b2.create('polygon',[p1,p3,p2,p4],{hasInnerPoints:true}); | ||
+ | pm.isDraggable = true; | ||
p3.isDraggable = true; | p3.isDraggable = true; | ||
p4.isDraggable = true; | p4.isDraggable = true; |
Revision as of 16:07, 14 October 2014