RandomizeTemplate | Cellzilla2D Home |
Description
Randomizes the vertex locations in a tissue.
Needs["Cellzilla2D`"];
Return Value
RandomizeTemplate[tissue, r] returns a modified tissue with each of the cell vertices moved a random amount given by r. The actual offset is up to r/100 percent of the average edge length. Allowed values of randomization are 0≤r≤.25.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also