mirror of https://github.com/CGAL/cgal
fixed typo
This commit is contained in:
parent
77095adc1d
commit
84e2a1c8a0
|
|
@ -23,9 +23,9 @@ The general polygon represented must be simple. That is, the
|
|||
only points of the plane belonging to two curves are the geometric mapping
|
||||
of the polygon vertices. In addition, the vertices of the represented
|
||||
polygon must be ordered consistently, and the curved must be directed
|
||||
accordingly. Only counterclockwise orientated polygons are valid operands
|
||||
accordingly. Only counterclockwise oriented polygons are valid operands
|
||||
of Boolean set-operations. General polygon that represent holes must be
|
||||
clockwise orientated.
|
||||
clockwise oriented.
|
||||
|
||||
\ccCreation
|
||||
\ccCreationVariable{polygon}
|
||||
|
|
|
|||
Loading…
Reference in New Issue