Dependency fix

This commit is contained in:
Mael Rouxel-Labbé 2023-03-17 11:25:20 +01:00
parent 6d5c7dfa27
commit eb85c7441b
2 changed files with 3 additions and 2 deletions

View File

@ -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).
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
a non-convex weakly simple polygon.]] @fixme
around the face corresponding to that contour halfedge. The vertices around a face always describe
a non-convex weakly simple polygon.
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

View File

@ -4,6 +4,7 @@ STL_Extension
Algebraic_foundations
Circulator
Stream_support
BGL
HalfedgeDS
Boolean_set_operations_2
Polygon