File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ class Polygon2(object):
37
37
38
38
.. caution::
39
39
40
- The normals in the :py:attribute: ~pygorithm.geometry.polygon2.Polygon2.normals:
40
+ The normals in the :py:attr:` ~pygorithm.geometry.polygon2.Polygon2.normals`
41
41
are not necessarily the same length as
42
- :py:attr:~pygorithm.geometry.polygon2.Polygon2.points: or
43
- :py:attr:~pygorithm.geometry.polygon2.Polygon2.lines: . It is only
42
+ :py:attr:` ~pygorithm.geometry.polygon2.Polygon2.points` or
43
+ :py:attr:` ~pygorithm.geometry.polygon2.Polygon2.lines` . It is only
44
44
guarranteed to have no two vectors that are the same or opposite
45
45
directions, and contain either the vector in the same direction or opposite
46
46
direction of the normal vector for every line in the polygon.
You can’t perform that action at this time.
0 commit comments