mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
41e1e7b2da
commit
cda8f7ae89
|
|
@ -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},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue