Looking at the diagrams on Wikipedia here and here:
- In 2D: Clearly every triangle in the Delaunay mesh (black lines) does not have to contain a node of the Voronoi diagram (red points) (it can contain any number 0, 1, 2,...).
- In 2D: Is every cell of the Voronoi diagram (red lines) guaranteed to contain exactly one node of a Delaunay triangle?
- What about the 3D case involving tetrahedra (same question as #2)?
Thanks!
A Voronoi vertex is the circumcenter of a Delaunay triangle. It is inside the triangle iff the triangle is acute.
Each Voronoi cell contains exactly one vertex of the Delaunay triangulation. This is by definition. And holds for all dimensions.