EdgeVertices | Cellzilla2D Home |
Description
Returns the list of edges in a template as a list of vertex pairs.
Needs["Cellzilla2D`"];
Return Value
EdgeVertices[tissue] - returns a list {{v11, v12}, {v21, v22}, {v31, v32},...} where each {vi1, vi2} = {{x1,y1}, {x2, v2}} give the coordinates of the endpoints of an edge.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also