powered by
Generates a matrix containing the positions of the points of an equidistant 2d grid in [0,1]^2.
grid_positions(n, m)
Integer giving one dimension of the grid.
integer giving the other dimension of the grid.
A (nm)x2 grid containing the positions of the desired grid.