Week3: 04 Plane Subdivisions Flashcards

1
Q

Entities in a plane subdivision

A

Vertices, edges and faces

With 3 sets of entities we can define 9 ordered relations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In a plane subdivision, what property holds?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The one in which triangles are as much equiangular as possible

A

The Delaunay triangulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Delaunay triangle

A

If the circle circumscribing it does not contain any points of V in its interior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Delaunay triangulation

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Delaunay triangulation is unique if ..

A

if no 4 points of V are cocircular

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Property of Delaunay triangulation

A

The straight-line dual of the Voronoi diagram of V is a Delaunay triangulation of V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly