This commit is contained in:
Andreas Meyer 2006-05-12 12:13:08 +00:00
parent 41e1e7b2da
commit cda8f7ae89
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Each vertex gives access to one of its incident faces
and through that face to the circular list of its incident faces. and through that face to the circular list of its incident faces.
The three vertices of a face are indexed with 0, 1 and 2 The three vertices of a face are indexed with 0, 1 and 2
in counterclockwise order. The neighbor of a face are also in counterclockwise order. The neighbors of a face are also
indexed with 0,1,2 in such a way that the neighbor indexed by \ccc{i} indexed with 0,1,2 in such a way that the neighbor indexed by \ccc{i}
is opposite to the vertex with the same index. is opposite to the vertex with the same index.
See Figure~\ref{2D_Triangulation_Fig_neighbors1}, See Figure~\ref{2D_Triangulation_Fig_neighbors1},