Week3: 04 Plane Subdivisions Flashcards
Entities in a plane subdivision
Vertices, edges and faces
With 3 sets of entities we can define 9 ordered relations
In a plane subdivision, what property holds?
n - e + f = 1 (Euler’s formula)
It can also be shown that e & f are linear in the number n of vertices. Thus the space complexity for a plane subdivision is O(n)
The one in which triangles are as much equiangular as possible
The Delaunay triangulation
Delaunay triangle
If the circle circumscribing it does not contain any points of V in its interior
Delaunay triangulation
A triangulation T of a set of points V is a Delaunay triangulation if each triangle of T satisfies the empty circle property
A triangulation of V is a Delaunay triangulation if each internal edge e is locally optimal (i.e. by exchanging it with the other diagonal e’ of the quadrilateral composed of the two triangles sharing e, the minimum internal angle becomes smaller)
Delaunay triangulation is unique if ..
if no 4 points of V are cocircular
Property of Delaunay triangulation
The straight-line dual of the Voronoi diagram of V is a Delaunay triangulation of V