Dear all, I intend to obtain Voronoi diagram on RBC using MATLAB/FORTRAN. I need the following specific information.

  • Voronoi vertex using the normal vector for each Delaunay triangle;
  • Order of each Voronoi polygon;
  • Voronoi vertex lists that define the Voronoi polygons;
  • Component of normals on the Voronoi polygons;
  • Areas of the Voronoi polygons;
  • Centroids of the Voronoi polygons;
  • Finally, plot Voronoi polygons using PATCH;
  • Please find attached text files RBC_1 which contain XYZ node coordinates on the RBC and RBC_2 which contain face connectivity data from Delaunay triangulation.

    I have tried to follow the work of John Burkardt for unit sphere: http://people.sc.fsu.edu/~jburkardt/m_src/sphere_voronoi/sphere_voronoi.html but its not working.

    Thank you in advance.

    N.B Any comment and advice will be highly appreciated.

    http://people.sc.fsu.edu/~jburkardt/m_src/sphere_voronoi/sphere_voronoi.html

    More Adesola Ademiloye's questions See All
    Similar questions and discussions