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 80b21c2 commit 458aa25Copy full SHA for 458aa25
src/compas/geometry/curves/line.py
@@ -304,7 +304,7 @@ def point_at(self, t):
304
t : float
305
The relative position along the line as a fraction of the length of the line.
306
0.0 corresponds to the start point and 1.0 corresponds to the end point.
307
- Number outside of this range are also valid and correspond to points beyond the start and end point.
+ Numbers outside of this range are also valid and correspond to points beyond the start and end point.
308
309
Returns
310
-------
0 commit comments