IsoPerimetricRatio | Cellzilla2D Home |
Description
Needs["Cellzilla2D`"];
Return Value
IsoPerimetricRatio[{v1,v2,...}]
returns the normalized isoperimetric ratio of polygon with the specified vertices.
IsoPerimetricRatio[tissue,i]
returns the normalized isoperimetric ratio of cell i in the specified Tissue object
IsoPerimetricRatio[tissue]
returns a list of the normalized isoperimetric ratios of all the cells in the specified
Tissue object
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
The normalized isoperimetric ratio is defined as the 4πA/P2, where A is the area and P the perimeter of a polygon. The normalization factor of 4π ensures that the ratio is 1 for circle.
See Also