Inside | Cellzilla2D Home |
Description
Determines whether or not a point is inside a polygon.
Needs["Cellzilla2D`"];
Return Value
Inside[polygon, point] returns True if the point is inside the polygon and False if the point is not inside the polygon.
Inside[(D)Tissue, cell, point] returns True if the point is inside the specified cell of the Tissue.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also