Skip to content

Commit

Permalink
Update src/compas/geometry/curves/line.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Casas <[email protected]>
  • Loading branch information
yck011522 and gonzalocasas authored Apr 27, 2024
1 parent 80b21c2 commit 458aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas/geometry/curves/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def point_at(self, t):
t : float
The relative position along the line as a fraction of the length of the line.
0.0 corresponds to the start point and 1.0 corresponds to the end point.
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.
Returns
-------
Expand Down

0 comments on commit 458aa25

Please sign in to comment.