Fixed #29770 -- Added LinearRing.is_counterclockwise property.

This commit is contained in:
Sergey Fedoseev 2019-10-17 13:17:42 +05:00 committed by Mariusz Felisiak
parent 24e540fbd7
commit 6bbf9a20e2
8 changed files with 74 additions and 20 deletions

View file

@ -730,6 +730,12 @@ Other Properties & Methods
Notice that ``(0, 0)`` is the first and last coordinate -- if they were not
equal, an error would be raised.
.. attribute:: is_counterclockwise
.. versionadded:: 3.1
Returns whether this ``LinearRing`` is counterclockwise.
``Polygon``
-----------