mirror of https://github.com/CGAL/cgal
Dependency fix
This commit is contained in:
parent
6d5c7dfa27
commit
eb85c7441b
|
|
@ -116,8 +116,8 @@ Starting from any border contour halfedge, circulating the structure walks throu
|
||||||
halfedges and traces the vertices of the polygon's contours (in opposite order).
|
halfedges and traces the vertices of the polygon's contours (in opposite order).
|
||||||
|
|
||||||
Starting from any non-border but contour halfedge, circulating the structure walks counter-clockwise
|
Starting from any non-border but contour halfedge, circulating the structure walks counter-clockwise
|
||||||
around the face corresponding to that contour halfedge. [[The vertices around a face always describe
|
around the face corresponding to that contour halfedge. The vertices around a face always describe
|
||||||
a non-convex weakly simple polygon.]] @fixme
|
a non-convex weakly simple polygon.
|
||||||
|
|
||||||
A vertex is the intersection of contour and/or skeleton edges. Since a skeleton edge is defined
|
A vertex is the intersection of contour and/or skeleton edges. Since a skeleton edge is defined
|
||||||
by 2 contour edges, any vertex is itself defined by a unique set of contour edges. These are called the
|
by 2 contour edges, any vertex is itself defined by a unique set of contour edges. These are called the
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ STL_Extension
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
Circulator
|
Circulator
|
||||||
Stream_support
|
Stream_support
|
||||||
|
BGL
|
||||||
HalfedgeDS
|
HalfedgeDS
|
||||||
Boolean_set_operations_2
|
Boolean_set_operations_2
|
||||||
Polygon
|
Polygon
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue