grid-mesh
Creates a grid mesh
Usage
Install using npm:
npm install grid-meshAnd use as follows:
console.log(require("grid-mesh")(100, 100))require("grid-mesh")(nx, ny)
Creates an nx by ny sized grid mesh.
Credits
(c) 2013 Mikola Lysenko. MIT License