mirror of https://github.com/CGAL/cgal
Occurence -> Occurrence
This commit is contained in:
parent
c7297410e3
commit
d89bedd546
|
|
@ -491,7 +491,7 @@ described in \cgalCite{gueziec2001cutting}.
|
|||
To deal with polygon soups that cannot be converted to a
|
||||
combinatorial manifold surface, some points are duplicated.
|
||||
Because a polygon soup does not have any connectivity (each point
|
||||
has as many occurences as the number of polygons it belongs to),
|
||||
has as many occurrences as the number of polygons it belongs to),
|
||||
duplicating one point (or a pair of points)
|
||||
amounts to duplicate the polygon to which it belongs.
|
||||
|
||||
|
|
|
|||
|
|
@ -448,7 +448,7 @@ struct Polygon_soup_orienter
|
|||
* When it is not possible to produce a combinatorial manifold surface,
|
||||
* some points are duplicated.
|
||||
* Because a polygon soup does not have any connectivity (each point
|
||||
* has as many occurences as the number of polygons it belongs to),
|
||||
* has as many occurrences as the number of polygons it belongs to),
|
||||
* duplicating one point (or a pair of points)
|
||||
* amounts to duplicate the polygon to which it belongs.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue