Skip to content

Commit 367b10e

Browse files
committed
Update docstring to note relative tolerance
1 parent bf9adc5 commit 367b10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)