TemplateRectangular | Cellzilla2D Home |
Description
Generates a rectangular tissue with rectangular cells.
Needs["Cellzilla2D`"];
Return Value
TemplateRectangular[nx,ny] returns a Tissue object representing a rectangular array of cells that is nx by ny. Each cell has unit lenght side and the lower left hand corner of the template is at the origin.
TemplateRectangular[{xmin, xmax, dx}, {ymin, ymax, dy}] returns a Tissue object representing a rectangular array of cells filling the rectangular interval [xmin, xmax] by [ymin, ymax] with each cell a rectanglue of width dx and height dy.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also