g.js — graphical objects for JavaScript

scatterPointsscatterPoints

Generate random points within the boundaries of a shape.

var e = g.ellipse({x: 0, y: 0}, 100, 100);
g.scatterPoints(e, 100, 0);

Parameters

  • shape: The input shape.
  • amount: The amount of output points to generate.
  • seed: The random variation.