DelaunayEdges-example.nb
Example Cellzilla2D notebook.
LGPL License applies.
See http://xlr8r.info and http://cellzilla.info for further details.
Create a tissue with a point and an edge that aren't used.
Generate a square tissue object with randomized centers
Find the centroids of the cells
In[10]:=
Out[10]=
Find the Delaunay Triangulation of the centroids
In[12]:=
Out[12]=
Plot the Delaunay Triangulation of the Centroids, and observe that the Delaunay of the centroids is not the same as the connectivity - there may be a msising or extra connection.
In[25]:=
In[19]:=
Out[19]=
Observe that the Voronoi of the centroids is not the same as the original tissue.
In[22]:=
In[24]:=
Out[24]=