CellVertexCoordinates | Cellzilla2D Home |
Description
Determines the vertex coordinates corresponding to a specific cell in a Tissue object.Needs["Cellzilla2D`"];
Return Value
CellVertexCoordinates[tissue, i] - returns the vertex coordinates for cell i.
CellVertexCoordinates[tissue] - returns the vertex coordinates for all cells.
CellVertexCoordinates[cell, edges, vertices] - returns the vertex coordinates for the specified cell. Here edges and vertices are the lists of edges and vertices from a Tissue object; and cell is a list of edge numbers corresponding to the desired cell.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also