GN set Points position as grid (not with)?

Does anyone know the math to manually create a grid from x number of Points without using a Grid?

I can create a row of Points any width apart but for the next higher row I’m using a Repeat Zone.


Use the Modulo operation to distribute the points on the X-axis and a Divide and Floor operation for the Y-axis.

4 Likes