TemplateRing | Cellzilla2D Home |
Description
Generates a tissue that represents a ring of cells.
Needs["Cellzilla2D`"];
Return Value
TemplateRing[n, radius, area] returns a Tissue template with n cells evenly distributed along a ring of outer radius with the specified area for each cell. The inner radius is determined by the (outer) radius and (cell) area as r2 = R2 - nA/π .
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also