We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2db4a commit 2836f50Copy full SHA for 2836f50
pygorithm/geometry/polygon2.py
@@ -39,8 +39,8 @@ class Polygon2(object):
39
40
The normals in the :py:attribute:~pygorithm.geometry.polygon2.Polygon2.normals:
41
are not necessarily the same length as
42
- :py:attribute:~pygorithm.geometry.polygon2.Polygon2.points: or
43
- :py:attribute:~pygorithm.geometry.polygon2.Polygon2.lines:. It is only
+ :py:attr:~pygorithm.geometry.polygon2.Polygon2.points: or
+ :py:attr:~pygorithm.geometry.polygon2.Polygon2.lines:. It is only
44
guarranteed to have no two vectors that are the same or opposite
45
directions, and contain either the vector in the same direction or opposite
46
direction of the normal vector for every line in the polygon.
0 commit comments