Drag Polygons: Difference between revisions
From JSXGraph Wiki
(Created page with "<jsxgraph box="jxgbox" width="500" height="500"> var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox: [-10, 10, 10, -10]}); var a = brd.create('point', [-2, 1]); var b = b...") |
No edit summary |
||
Line 7: | Line 7: | ||
var p = brd.create('polygon', [a, b, c, d], {hasInnerPoints: true}); | var p = brd.create('polygon', [a, b, c, d], {hasInnerPoints: true}); | ||
</jsxgraph> | </jsxgraph> | ||
[[Category:Examples]] |