TemplateRandomOvalish | Cellzilla2D Home |
Description
Generates a template constrained to an ellipse.
Needs["Cellzilla2D`"];
Return Value
TemplateRandomOvalish[n, {a, b}] returns a tissue with n cells and semi-axes a (along the x-axis) and b (along the y axis), centered at the origin.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
The cell centers wil be generated at random locations and the cell walls will be constructed as the Voronoi diagram of the cell centers.
See Also
TemplateRandom, TemplateRandomCircularGrid, TemplateRandomSemicircularGrid, TemplateRandomSquareGrid,