TemplateRandom | Cellzilla2D Home |
Description
Generates a tissue with a specified number of cells randomly distributed within a constrained boundary.
Needs["Cellzilla2D`"];
Return Value
TemplateRandom[n, {{x1,y1}, {x2, y2}, {x3, y3}, ...] returns a Tissue template with n cells randomly distributed within the polygon with vertices {{x1,y1}, {x2, y2}, ...}. The Polygon must be convex.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also
TemplateRandomCircularGrid, TemplateRandomSemicircularGrid, TemplateRandomSquareGrid,