Skip to content

Commit 8c5b57f

Browse files
committed
Update docstring to note relative tolerance
1 parent 1ae5113 commit 8c5b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geom/intersection_tools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enum WithinSegmentResult : int {
4646
* @param s1 The first point on the segment
4747
* @param s2 The second point on the segment
4848
* @param p The point
49-
* @param tol The tolerance to use
49+
* @param tol The relative tolerance to use
5050
* @return Enum denoting whether or not the point is not within, at s1,
5151
* at s2, or between [s1, s2]
5252
*/

0 commit comments

Comments
 (0)