Animation III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 2: Line 2:
brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-0.2,1.2,1.2,-0.5], keepaspectratio:true});
brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-0.2,1.2,1.2,-0.5], keepaspectratio:true});
p = [];
p = [];
len = 10;
len = 30;
for (i=0;i<len;i++) {
for (i=0;i<len;i++) {
     p[i] = brd.createElement('point',[Math.random(),Math.random()],
     p[i] = brd.createElement('point',[Math.random(),Math.random()],

Revision as of 15:45, 30 September 2009