VertexNeighbors | Cellzilla2D Home |
Description
Determines the neighbors of a vertex in a tissue.
Needs["Cellzilla2D`"];
Return Value
VertexNeighbors[tissue, n] returns a list of vertex numbers that are neighbors of vertex n in the tissue.
VertexNeighbors[tissue] returns a list of lists of neighbors, for all the vertices in the tissue.
Options
Example
Implementation Notes
See Also