TemplateRandomSquareGrid | Cellzilla2D Home |
Description
Generates a template constrained to a rectangle.
Needs["Cellzilla2D`"];
Return Value
TemplateRandomSquareGrid[nmin, {xmin, ymin}, {xmax, ymax}] returns a tissue with at least nmin cells in the specified rectangle.
The total number of cells will be the smallest exact square integer larger than or equal to nmin.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also
TemplateRandom, TemplateRandomCircularGrid, TemplateRandomSemicircularGrid, TemplateRandomOvalish