DelaunayEdges-example.nb
Example Cellzilla2D notebook.
GPL License applies.
See http://xlr8r.info and http://cellzilla.info for further details.
In[1]:=
Create a tissue with a point and an edge that aren't used.
Generate a square tissue object with randomized centers
In[2]:=
Out[3]=
Find the centroids of the cells
In[4]:=
Out[4]=
Find the Delaunay Triangulation of the centroids
In[5]:=
Out[5]=
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[6]:=
In[8]:=
Out[8]=
Observe that the Voronoi of the centroids is not the same as the original tissue.
In[9]:=
In[11]:=
Out[11]=
Overlay the Voronoi Boundarys (purple, dotted) on the actual tissue
In[21]:=
Out[21]=