Random points: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 15: Line 15:
                 var p = board.createElement('point',
                 var p = board.createElement('point',
                       [Math.random(),Math.random()],{style:5});
                       [Math.random(),Math.random()],{style:5});
            }
             board.unsuspendUpdate();
             board.unsuspendUpdate();
         }
         }

Revision as of 14:13, 7 December 2008