Create an evenly distributed set of points (like a grid of points) inside a boundary.
the rectangular boundary
number of columns
number of rows
a Pt or number array to specify where the point should be inside a cell. Default is [0.5, 0.5] which places the point in the middle.
a Group of Pts
Given a group of Pts, return a new group of Noise
Pts.
a Group or an array of Pts
small increment value in x dimension
small increment value in y dimension
Optional row count to generate 2D noise
Optional column count to generate 2D noise
Generated using TypeDoc
The
Create
class provides various convenient functions to create structures or shapes.