I would like to know if it is possible to obtain a vertex adjacency list from the result of ConvexHull the way it is possible in 2D when using the VoronoiDiagram. thanks
Horvat: A most helpful answer. Thank you so much. Bogdan
Thanks, but what I am really after is: for each vertex to know either how many neighbors it has OR the list of connected vertexes. I'm still unclear wether that can be done or not.