DelaunayEdges-example.nb

Example Cellzilla2D notebook.

LGPL License applies.
See http://xlr8r.info and http://cellzilla.info for further details.

DelaunayEdges-example_1.gif

DelaunayEdges-example_2.gif

Create a tissue with a point and an edge that aren't used.

Generate a square tissue object with randomized centers

DelaunayEdges-example_3.gif

DelaunayEdges-example_4.gif

Find the centroids of the cells

In[10]:=

DelaunayEdges-example_5.gif

Out[10]=

DelaunayEdges-example_6.gif

Find the Delaunay Triangulation of the centroids

In[12]:=

DelaunayEdges-example_7.gif

Out[12]=

DelaunayEdges-example_8.gif

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]:=

DelaunayEdges-example_9.gif

In[19]:=

DelaunayEdges-example_10.gif

Out[19]=

DelaunayEdges-example_11.gif

Observe that the Voronoi of the centroids is not the same as the original tissue.

In[22]:=

DelaunayEdges-example_12.gif

In[24]:=

DelaunayEdges-example_13.gif

Out[24]=

DelaunayEdges-example_14.gif

Spikey Created with Wolfram Mathematica 7.0