InertiaMatrix | Cellzilla2D Home |
Description
Calculates the inertia matrix of a polygon or cell.
Needs["Cellzilla2D`"];
Return Value
InertiaMatrix[{{x1,y1},{x2,y2},...,{xn,yn}}] returns the inertia matrix for the polygon with the specified vertices.
InertiaMatrix[tissue, i] returns the inertia matrix of cell i.
InertiaMatrix[tissue] returns the inertia matrices of every cell in the tissue.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
The inertia matrix is defined as

where


See Also