UndangleVertex | Cellzilla2D Home |
Description
Removes a specified dangling vertex from a tissue. An edge is considered dangling if it is not part of any cell.
Needs["Cellzilla2D`"];
Return Value
UndangleVertex[tissue, i] - returns the modified tissue with vertex i removed. If vertex i is not dangling then an error message is generated.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also