VertexOutwardVector | Cellzilla2D Home |
Description
Needs["Cellzilla2D`"];
Return Value
VertexOutwardVector[Tissue, VertexNumber, Flag:False] returns a list of vectors pointing outward from the cells that share the vertex.
VertexOutwardVector[Tissue, VertexNumber, True] returns the mean of the unit vectors produced from the first form. This vector will typically point outwards from the overall tissue, though in pathologically non-convex cases it may not.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
The vectors returned from the first form are based on CellOutwardVector.
See Also