You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/source_code.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,21 +146,21 @@ into account and added to the Python docstring:
146
146
147
147
Parameters
148
148
----------
149
-
nl1: str
149
+
nl1: str
150
150
Number of the first line to be hit (touched by the end of the new line). If negative, assume ``P1`` (see below) is the second keypoint of the line instead of the first
151
-
nl2: str
151
+
nl2: str
152
152
Number of the second line to be hit. If negative, assume ``P3`` is the second keypoint of the line instead of the first.
153
153
154
-
ang1: str
154
+
ang1: str
155
155
Angle of intersection (usually zero or 180) of generated line with tangent to first line.
156
156
157
-
ang2: str
157
+
ang2: str
158
158
Angle of intersection (usually zero or 180) of generated line with tangent to second line.
159
159
160
-
phit1: str
160
+
phit1: str
161
161
Number to be assigned to keypoint generated at hit location on first line (defaults to lowest available keypoint number ( :ref:`numstr` )).
162
162
163
-
phit2: str
163
+
phit2: str
164
164
Number to be assigned to keypoint generated at hit location on second line (defaults to lowest available keypoint number ( :ref:`numstr` )).
0 commit comments