CellsInsidePolygon CellsAboveLine CellsBelowLine |
Cellzilla2D Home |
Description
CellsAboveLine[Tissue, point1, point2] returns a list of cell numbers, corresponding to those cells whose centers lies above the (non-vertical) line joining the two (distinct) points. If the line is vertical or the points are non-distinct and error will occur.
CellsBelowLine[Tissue, point1, point2] returns a list of cell numbers, corresponding to those cells whose centers lies below the (non-vertical) line joining the two (distinct) points. If the line is vertical or the points are non-distinct and error will occur.
CellsInsidePolygon[Tissue, {point1, point2,...}] returns a a list of cell numbers, corresponding to those cells whose centers lies inside the polygon defined by the points.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also
GetTissueAboveLine, GetTissueBelowLine, GetTissueInsidePolygon