Skip to content

Commit

Permalink
Add note that orient() will orient holes in clockwise. (#912)
Browse files Browse the repository at this point in the history
* Add note that orient() will orient holes in clockwise.

* Update manual.rst

* Restored accidentally dropped line.
  • Loading branch information
adishavit committed May 26, 2020
1 parent 10ea321 commit d3d1e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/manual.rst
Expand Up @@ -567,7 +567,8 @@ To obtain a polygon with a known orientation, use

Returns a properly oriented copy of the given polygon. The signed area of the
result will have the given sign. A sign of 1.0 means that the coordinates of
the product's exterior ring will be oriented counter-clockwise.
the product's exterior ring will be oriented counter-clockwise and the interior
rings (holes) will be oriented clockwise.

`New in version 1.2.10`.

Expand Down

0 comments on commit d3d1e3a

Please sign in to comment.